You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked the Issues/Discussions pages to see if my enhancement has already been suggested
I have properly titled my enhancement
What is your suggestion, and why should it be implemented?
My suggestion is that the ScriptEvent onSongEnd() should also be fired from PauseSubState.quitToMenu() and quitToChartEditor() because when leaving a song and trying to cleanup stuff and use onSongEnd() it doesnt seem to call the Event when exiting/ending the song through the pause menu
Issue Checklist
What is your suggestion, and why should it be implemented?
My suggestion is that the ScriptEvent
onSongEnd()
should also be fired fromPauseSubState.quitToMenu()
andquitToChartEditor()
because when leaving a song and trying to cleanup stuff and useonSongEnd()
it doesnt seem to call the Event when exiting/ending the song through the pause menuThe methods in question:
Funkin/source/funkin/play/PauseSubState.hx
Lines 727 to 761 in 894d074
The text was updated successfully, but these errors were encountered: