Fix an issue where chart editor theme continues when exiting

This commit is contained in:
EliteMasterEric 2023-10-17 17:59:01 -04:00
parent 9330e2b68f
commit 92a4a41d20
1 changed files with 1 additions and 0 deletions

View File

@ -3129,6 +3129,7 @@ class ChartEditorState extends HaxeUIState
function quitChartEditor():Void
{
autoSave();
stopWelcomeMusic();
FlxG.switchState(new MainMenuState());
}