Skip to content

Commit 8a8aecc

Browse files
committed
funny ap
1 parent 81bfe4f commit 8a8aecc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
1.29 KB
Binary file not shown.

source/states/StoryMenuState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ class StoryMenuState extends MusicBeatState
363363
{
364364
#if !SHOW_LOADING_SCREEN FlxG.sound.music.stop(); #end
365365
LoadingState.loadAndSwitchState(new PlayState(), true);
366-
states.freeplay.FreeplayState.instance.fpManager.destroyFreeplayVocals();
366+
FreeplayManager.instance.destroyFreeplayVocals();
367367
});
368368

369369
#if (MODS_ALLOWED && DISCORD_ALLOWED)

0 commit comments

Comments
 (0)