We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3616ab0 commit 30e4fe3Copy full SHA for 30e4fe3
src/Features/Hud/Hud.cpp
@@ -70,7 +70,7 @@ static inline int getPrecision(bool velocity = false) {
70
int p = velocity ? sar_hud_velocity_precision.GetInt() : sar_hud_precision.GetInt();
71
if (p < 0) p = 0;
72
if (!sv_cheats.GetBool()) {
73
- const int max = velocity ? 2 : 6;
+ const int max = 2;
74
if (p > max) p = max;
75
}
76
return p;
0 commit comments