Skip to content

Commit f5b44fe

Browse files
authored
Merge pull request #82 from lopezloo/bugfix/vehspin
Fix vehicle spinning issue
2 parents acf7d93 + c9d1e6f commit f5b44fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Client/game_sa/CPhysicalSA.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ VOID CPhysicalSA::SetTurnSpeed(CVector * vecTurnSpeed)
111111
{
112112
DEBUG_TRACE("VOID CPhysicalSA::SetTurnSpeed(CVector * vecTurnSpeed)");
113113
((CPhysicalSAInterface *)this->GetInterface())->m_vecAngularVelocity = *vecTurnSpeed;
114-
((CPhysicalSAInterface *)this->GetInterface())->m_vecCollisionAngularVelocity = *vecTurnSpeed;
115114
}
116115

117116
float CPhysicalSA::GetMass ( void )

0 commit comments

Comments
 (0)