Skip to content

Commit

Permalink
oop
Browse files Browse the repository at this point in the history
  • Loading branch information
moxie-coder committed Jan 12, 2025
1 parent 2eb1599 commit 301215d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/StartupState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ class StartupState extends MusicBeatState
FlxG.log.warn('Platform not supported!');
if (callback != null)
callback();
else
FlxG.switchState(TitleState.new);

return;
#end
Expand Down

0 comments on commit 301215d

Please sign in to comment.