Merge pull request #106 from saturday06/fix-typo-simple

Fix typo
This commit is contained in:
yutopp
2019-01-02 20:33:17 +09:00
committed by GitHub

View File

@@ -10,7 +10,7 @@ namespace UniGLTF
{
public class UniGLTFTests
{
static GameObject CreateSimpelScene()
static GameObject CreateSimpleScene()
{
var root = new GameObject("gltfRoot").transform;
@@ -45,7 +45,7 @@ namespace UniGLTF
[Test]
public void UniGLTFSimpleSceneTest()
{
var go = CreateSimpelScene();
var go = CreateSimpleScene();
var context = new ImporterContext();
try