mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-01 01:39:44 -04:00
Merge pull request #374 from FunkinCrew/bugfix/trackerUtil
Add #if FLX_DEBUG in TrackerUtil
This commit is contained in:
commit
f94c3dec57
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue