Skip to content

Commit

Permalink
alright
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 committed Oct 29, 2024
1 parent 2b1d42c commit 0ad16f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/debug/FPSCounter.hx
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@ class FPSCounter extends TextField
{
super();

#if !officialBuild
if (LimeSystem.platformName == LimeSystem.platformVersion || LimeSystem.platformVersion == null)
os = '\nOS: ${LimeSystem.platformName}' #if cpp + ' ${getArch() != 'Unknown' ? getArch() : ''}' #end;
else
os = '\nOS: ${LimeSystem.platformName}' #if cpp + ' ${getArch() != 'Unknown' ? getArch() : ''}' #end + ' - ${LimeSystem.platformVersion}';
#end

positionFPS(x, y);

Expand Down

0 comments on commit 0ad16f6

Please sign in to comment.