We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents acf7d93 + c9d1e6f commit f5b44feCopy full SHA for f5b44fe
Client/game_sa/CPhysicalSA.cpp
@@ -111,7 +111,6 @@ VOID CPhysicalSA::SetTurnSpeed(CVector * vecTurnSpeed)
111
{
112
DEBUG_TRACE("VOID CPhysicalSA::SetTurnSpeed(CVector * vecTurnSpeed)");
113
((CPhysicalSAInterface *)this->GetInterface())->m_vecAngularVelocity = *vecTurnSpeed;
114
- ((CPhysicalSAInterface *)this->GetInterface())->m_vecCollisionAngularVelocity = *vecTurnSpeed;
115
}
116
117
float CPhysicalSA::GetMass ( void )
0 commit comments