Skip to content

Commit

Permalink
Remove useless timer on TitleState
Browse files Browse the repository at this point in the history
oh yeah Shubs you could give me push access 😉
  • Loading branch information
sqirradotdev committed Sep 7, 2021
1 parent 8194529 commit c1444a1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions source/gameFolder/meta/state/TitleState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c1444a1

Please sign in to comment.