remove SetNetworkAngles from csplayer PostDataUpdate
This commit is contained in:
parent
db45d29da3
commit
60cd88e786
1 changed files with 0 additions and 4 deletions
|
@ -1382,10 +1382,6 @@ void C_CSPlayer::ValidateModelIndex( void )
|
|||
|
||||
void C_CSPlayer::PostDataUpdate( DataUpdateType_t updateType )
|
||||
{
|
||||
// C_BaseEntity assumes we're networking the entity's angles, so pretend that it
|
||||
// networked the same value we already have.
|
||||
SetNetworkAngles( GetLocalAngles() );
|
||||
|
||||
BaseClass::PostDataUpdate( updateType );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue