mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-27 01:55:52 -05:00
Fix a bug where stickers were broken on story mode
This commit is contained in:
parent
0494ddb506
commit
1b5b7f0ae2
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ class PauseSubState extends MusicBeatSubState
|
||||||
if (PlayStatePlaylist.isStoryMode)
|
if (PlayStatePlaylist.isStoryMode)
|
||||||
{
|
{
|
||||||
PlayStatePlaylist.reset();
|
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
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue