Merge remote-tracking branch 'origin/master'

This commit is contained in:
HutchyBen 2024-04-10 18:54:17 +01:00
commit 35c66ab6f8

View File

@ -1217,8 +1217,7 @@ AimbotTarget_t GetTarget(CachedEntity *entity)
} }
if (fov > 0 && t.fov > fov) if (fov > 0 && t.fov > fov)
t.valid = false; t.valid = false;
} return false;
return t;
} }
float secant_x(float in) float secant_x(float in)