Found the culprit for bug #45

This commit is contained in:
Kayne Ruse
2015-08-24 03:37:44 +10:00
parent 626435974e
commit 188a6805bf
4 changed files with 10 additions and 1 deletions
+1
View File
@@ -51,6 +51,7 @@ SplashScreen::~SplashScreen() {
//-------------------------
void SplashScreen::FrameStart() {
//TODO: config flag to change the delay
if (std::chrono::steady_clock::now() - startTick > std::chrono::duration<int>(3)) {
SetSceneSignal(SceneSignal::MAINMENU);
}