fix typo: Velosity-->Velocity

This commit is contained in:
Andrew Meadows
2017-05-12 15:46:01 -07:00
parent 3480574e60
commit 4a1c682c3c

View File

@@ -314,7 +314,7 @@ public:
{ {
return m_enableAngularMotor; return m_enableAngularMotor;
} }
inline btScalar getMotorTargetVelosity() inline btScalar getMotorTargetVelocity()
{ {
return m_motorTargetVelocity; return m_motorTargetVelocity;
} }