diff options
| author | navewindre <boneyaard@gmail.com> | 2018-09-05 23:19:33 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2018-09-05 23:19:33 +0200 |
| commit | 80d9845607058a85c5250aebca1280324b811285 (patch) | |
| tree | cbea9ccbdd0a4be8e8d8dbd8a0e8171ffe7612e9 /internal_rewrite/visual_local.cpp | |
| parent | cf4d2ec1a220d70bcfb6490a1a4e23dc8d90886b (diff) | |
whole bunch of shit
Diffstat (limited to 'internal_rewrite/visual_local.cpp')
| -rw-r--r-- | internal_rewrite/visual_local.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal_rewrite/visual_local.cpp b/internal_rewrite/visual_local.cpp index 413a35f..c455326 100644 --- a/internal_rewrite/visual_local.cpp +++ b/internal_rewrite/visual_local.cpp @@ -525,7 +525,6 @@ namespace features float yaw_delta = sin( DEG2RAD( std::abs( ( ang - local_ang ).clamp( ).y ) ) ) * dist;
float delta_sqr = ( yaw_delta * yaw_delta + pitch_delta * pitch_delta );
-
if( delta_sqr > max_delta_sqr ) return;
vec3_t vec = math::angle_vectors( ang );
|
