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

Commit daafd90

Browse files
author
Jibran Syed
committed
Made the start scene the first scene. Game is now playable
1 parent 133c040 commit daafd90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HedronSpace/SceneRegistry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ namespace sfew
5151
addScene<scene::GameOverScene>();
5252

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

5656
// Loading successful
5757
_resourcesLoaded = true;

0 commit comments

Comments
 (0)