Minor comment tweaks

This commit is contained in:
Kayne Ruse
2015-02-25 21:16:03 +11:00
parent 46df0f17b7
commit d8045ae339
4 changed files with 3 additions and 2 deletions
+1
View File
@@ -169,6 +169,7 @@ void ClientApplication::Quit() {
//-------------------------
void ClientApplication::LoadScene(SceneList sceneIndex) {
//BUG: #16 Resources are being reloaded between scenes
UnloadScene();
switch(sceneIndex) {
//add scene creation calls here