mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-12-02 19:53:15 +00:00
Fix a bug where returning to a week in Story Mode would not play dialog
This commit is contained in:
parent
4833c9bd2e
commit
21ba81c799
|
@ -1564,6 +1564,9 @@ class PlayState extends MusicBeatSubState
|
||||||
|
|
||||||
regenNoteData();
|
regenNoteData();
|
||||||
|
|
||||||
|
var event:ScriptEvent = new ScriptEvent(CREATE, false);
|
||||||
|
ScriptEventDispatcher.callEvent(currentSong, event);
|
||||||
|
|
||||||
generatedMusic = true;
|
generatedMusic = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue