mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-01-07 12:48:04 +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
|
function quitChartEditor():Void
|
||||||
{
|
{
|
||||||
autoSave();
|
autoSave();
|
||||||
|
stopWelcomeMusic();
|
||||||
FlxG.switchState(new MainMenuState());
|
FlxG.switchState(new MainMenuState());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue