From 75dc2da7e50e8d8aebc050ebbaf064e209a752f3 Mon Sep 17 00:00:00 2001 From: Puyo Date: Sat, 19 Jun 2021 08:34:11 +0200 Subject: [PATCH] https://github.com/KadeDev/Kade-Engine/pull/898#issuecomment-864140082 --- source/Highscore.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Highscore.hx b/source/Highscore.hx index 96d2ab6..8d82fcb 100644 --- a/source/Highscore.hx +++ b/source/Highscore.hx @@ -10,7 +10,7 @@ class Highscore public static var songCombos:Map = new Map(); #else public static var songScores:Map = new Map(); - public static var songCombos:Map = new Map(); + public static var songCombos:Map = new Map(); #end @@ -156,4 +156,4 @@ class Highscore songCombos = FlxG.save.data.songCombos; } } -} \ No newline at end of file +}