Changed the first scene after the splash screen
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ void Splash::RunFrame() {
|
||||
}
|
||||
|
||||
if (clock() - start > CLOCKS_PER_SEC*3) {
|
||||
SetNextScene(SceneList::MAINMENU);
|
||||
SetNextScene(SceneList::INGAME);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user