Disable m_vecVelocity interpolation
This commit is contained in:
parent
0bfa931400
commit
a9b7bf8e2f
1 changed files with 1 additions and 1 deletions
|
@ -852,7 +852,7 @@ C_BaseEntity::C_BaseEntity() :
|
||||||
// but that re-introduces a third-person hitching bug. One possible cause is the abrupt change
|
// but that re-introduces a third-person hitching bug. One possible cause is the abrupt change
|
||||||
// in player size/position that occurs when ducking, and how prediction tries to work through that.
|
// in player size/position that occurs when ducking, and how prediction tries to work through that.
|
||||||
//
|
//
|
||||||
AddVar( &m_vecVelocity, &m_iv_vecVelocity, LATCH_SIMULATION_VAR );
|
// AddVar( &m_vecVelocity, &m_iv_vecVelocity, LATCH_SIMULATION_VAR );
|
||||||
|
|
||||||
m_DataChangeEventRef = -1;
|
m_DataChangeEventRef = -1;
|
||||||
m_EntClientFlags = 0;
|
m_EntClientFlags = 0;
|
||||||
|
|
Loading…
Reference in a new issue