Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
35c66ab6f8
@ -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)
|
||||||
|
Reference in New Issue
Block a user