mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-02-14 07:33:01 +00:00
Merge pull request #374 from FunkinCrew/bugfix/trackerUtil
Add #if FLX_DEBUG in TrackerUtil
This commit is contained in:
commit
f94c3dec57
|
@ -17,7 +17,9 @@ class TrackerUtil
|
|||
*/
|
||||
public static function initTrackers():Void
|
||||
{
|
||||
#if FLX_DEBUG
|
||||
Tracker.addProfile(new TrackerProfile(Highscore, ["tallies"]));
|
||||
FlxG.console.registerClass(Highscore);
|
||||
#end
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue