Changes in Options now properly saves in web build

This commit is contained in:
WorstAquaPlayer 2021-03-21 16:10:48 -03:00
parent 046c4e90a0
commit 1a1a9ca777

View File

@ -121,6 +121,7 @@ class OptionsMenu extends MusicBeatState
FlxG.switchState(new LoadReplayState());
}
}
FlxG.save.flush();
}
var isSettingControl:Bool = false;