1
0
Fork 0
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:
EliteMasterEric 2023-10-17 17:59:01 -04:00
parent 9330e2b68f
commit 92a4a41d20

View file

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