Fix a bug where stickers were broken on story mode

This commit is contained in:
EliteMasterEric 2024-02-12 23:34:40 -05:00
parent 0494ddb506
commit 1b5b7f0ae2
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ class PauseSubState extends MusicBeatSubState
if (PlayStatePlaylist.isStoryMode)
{
PlayStatePlaylist.reset();
openSubState(new funkin.ui.transition.StickerSubState(null, (sticker) -> new funkin.ui.story.StoryMenuState()));
openSubState(new funkin.ui.transition.StickerSubState(null, (sticker) -> new funkin.ui.story.StoryMenuState(sticker)));
}
else
{