Skip to content

Commit

Permalink
lostFrames is now obfuscated
Browse files Browse the repository at this point in the history
  • Loading branch information
vittorioromeo committed Mar 15, 2013
1 parent 34574da commit 212ead7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HGStatus.h
Expand Up @@ -26,7 +26,7 @@ namespace hg
bool drawing3D{false};
bool scoreInvalid{false};
sf::Color overrideColor{0, 0, 0, 0};
float lostFrames{0};
Utils::ObfuscatedValue<float> lostFrames{0};
};
}

Expand Down

0 comments on commit 212ead7

Please sign in to comment.