Skip to content

Commit

Permalink
oops!
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackx2 committed Nov 26, 2024
1 parent a8421e8 commit 6445dfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion source/funkin/game/Init.hx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ package funkin.game;
import openfl.Lib;
import flixel.input.keyboard.FlxKey;
import funkin.backend.utils.Paths;

#if CRASH_HANDLER
import openfl.events.UncaughtErrorEvent;
#end
class Init extends flixel.FlxState
{
override public function create():Void
Expand Down
4 changes: 1 addition & 3 deletions source/funkin/game/Main.hx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ import funkin.backend.utils.ClientPrefs;
#if DISCORD_ALLOWED
import funkin.backend.client.Discord.DiscordClient;
#end
#if CRASH_HANDLER
import openfl.events.UncaughtErrorEvent;
#end

import funkin.backend.data.*;
import funkin.game.FPS;

Expand Down

0 comments on commit 6445dfb

Please sign in to comment.