The editor scene now works correctly with the TileSheetManager

This commit is contained in:
Kayne Ruse
2013-10-22 19:43:20 +11:00
parent 76bfecd466
commit bc32f2a2f0
3 changed files with 18 additions and 23 deletions
+3 -3
View File
@@ -109,9 +109,9 @@ void EditorApplication::LoadScene(SceneList sceneIndex) {
switch(sceneIndex) {
//add scene creation calls here
case SceneList::FIRST:
case SceneList::TESTIFICATESCENE:
activeScene = new TestificateScene();
break;
// case SceneList::TESTIFICATESCENE:
// activeScene = new TestificateScene();
// break;
case SceneList::EDITORSCENE:
activeScene = new EditorScene();