mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-01-05 19:58:09 +00:00
Fix an issue where chart editor theme continues when exiting
This commit is contained in:
parent
9330e2b68f
commit
92a4a41d20
|
@ -3129,6 +3129,7 @@ class ChartEditorState extends HaxeUIState
|
|||
function quitChartEditor():Void
|
||||
{
|
||||
autoSave();
|
||||
stopWelcomeMusic();
|
||||
FlxG.switchState(new MainMenuState());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue