mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-30 18:53:35 +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();
|
||||
|
||||
var event:ScriptEvent = new ScriptEvent(CREATE, false);
|
||||
ScriptEventDispatcher.callEvent(currentSong, event);
|
||||
|
||||
generatedMusic = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue