From bb0b1764698407902f8fce32c8967dcd335b8094 Mon Sep 17 00:00:00 2001 From: EliteMasterEric Date: Sat, 10 Feb 2024 00:51:02 -0500 Subject: [PATCH] Fix bug with building specifically for freeplay. --- source/funkin/InitState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/funkin/InitState.hx b/source/funkin/InitState.hx index 23bc255f1..4e6f12eed 100644 --- a/source/funkin/InitState.hx +++ b/source/funkin/InitState.hx @@ -240,7 +240,7 @@ class InitState extends FlxState #elseif LEVEL // -DLEVEL=week1 -DDIFFICULTY=hard startLevel(defineLevel(), defineDifficulty()); #elseif FREEPLAY // -DFREEPLAY - FlxG.switchState(new FreeplayState()); + FlxG.switchState(new funkin.ui.freeplay.FreeplayState()); #elseif ANIMATE // -DANIMATE FlxG.switchState(new funkin.ui.debug.anim.FlxAnimateTest()); #elseif WAVEFORM // -DWAVEFORM