mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-18 21:10:05 +00:00
fix typo: Velosity-->Velocity
This commit is contained in:
parent
3480574e60
commit
4a1c682c3c
@ -314,7 +314,7 @@ public:
|
||||
{
|
||||
return m_enableAngularMotor;
|
||||
}
|
||||
inline btScalar getMotorTargetVelosity()
|
||||
inline btScalar getMotorTargetVelocity()
|
||||
{
|
||||
return m_motorTargetVelocity;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user