diff options
| author | navewindre <boneyaard@gmail.com> | 2018-09-14 16:38:28 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2018-09-14 16:38:28 +0200 |
| commit | 7800db47f2cd00c4c01b002d85ec2c4c61e578e4 (patch) | |
| tree | 543382dc8a0370658524589f113ea9bff8dec4ed /internal_rewrite/ragebot_antiaim.cpp | |
| parent | 79ab971e6c7466550d3dc4a01e52fb24d2497f86 (diff) | |
s
Diffstat (limited to 'internal_rewrite/ragebot_antiaim.cpp')
| -rw-r--r-- | internal_rewrite/ragebot_antiaim.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/internal_rewrite/ragebot_antiaim.cpp b/internal_rewrite/ragebot_antiaim.cpp index c9edafa..a80ecda 100644 --- a/internal_rewrite/ragebot_antiaim.cpp +++ b/internal_rewrite/ragebot_antiaim.cpp @@ -123,11 +123,8 @@ namespace features real_angle.x = pitch;
}
-
- g_ctx.m_local->get_animstate( )->m_iLastClientSideAnimationUpdateFramecount -= 1;
-
+
g_ctx.m_local->get_animstate( )->update( real_angle.y, real_angle.x );
- g_ctx.m_local->cache_anim_data( );
g_csgo.m_globals->m_curtime = backup_curtime;
g_csgo.m_globals->m_frametime = backup_frametime;
|
