From c1444a199ac26999a42638d23189a2b85751a5fe Mon Sep 17 00:00:00 2001 From: Gede Hari Date: Tue, 7 Sep 2021 19:50:43 +0800 Subject: [PATCH] Remove useless timer on TitleState oh yeah Shubs you could give me push access :wink: --- source/gameFolder/meta/state/TitleState.hx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/source/gameFolder/meta/state/TitleState.hx b/source/gameFolder/meta/state/TitleState.hx index 204c91b42..15810b730 100644 --- a/source/gameFolder/meta/state/TitleState.hx +++ b/source/gameFolder/meta/state/TitleState.hx @@ -55,10 +55,7 @@ class TitleState extends MusicBeatState curWacky = FlxG.random.getObject(getIntroTextShit()); super.create(); - new FlxTimer().start(1, function(tmr:FlxTimer) - { - startIntro(); - }); + startIntro(); } var logoBl:FlxSprite;