We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e17b5d6 commit 8303e7eCopy full SHA for 8303e7e
source/funkin/savedata/FunkinSave.hx
@@ -56,9 +56,9 @@ class FunkinSave {
56
}
57
58
public static function flush() {
59
- __flush();
60
if (save.data.highscores == null) save.data.highscores = {};
61
for (entry => score in highscores) Reflect.setField(save.data.highscores, __formatHighscoreEntry(entry), score);
+ __flush();
62
63
64
static function __getHighscoreEntry(data:String):HighscoreEntry {
0 commit comments