Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

Commit

Permalink
Made the start scene the first scene. Game is now playable
Browse files Browse the repository at this point in the history
  • Loading branch information
Jibran Syed committed Apr 28, 2014
1 parent 133c040 commit daafd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HedronSpace/SceneRegistry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ namespace sfew
addScene<scene::GameOverScene>();

// Chose one of the scenes as the first scene to load
SceneRegistry::LoadScene<scene::PlayScene>();
SceneRegistry::LoadScene<scene::StartScene>();

// Loading successful
_resourcesLoaded = true;
Expand Down

0 comments on commit daafd90

Please sign in to comment.