diff --git a/HedronSpace/SceneRegistry.cpp b/HedronSpace/SceneRegistry.cpp index 7efdb87..37308da 100644 --- a/HedronSpace/SceneRegistry.cpp +++ b/HedronSpace/SceneRegistry.cpp @@ -51,7 +51,7 @@ namespace sfew addScene(); // Chose one of the scenes as the first scene to load - SceneRegistry::LoadScene(); + SceneRegistry::LoadScene(); // Loading successful _resourcesLoaded = true;