mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-05 01:50:05 +00:00
Merge pull request #2938 from MomoDeve/patch-1
applied const modifiers to some RigidBody getters
This commit is contained in:
commit
db9f989a66
@ -356,12 +356,12 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
btVector3 getPushVelocity()
|
||||
btVector3 getPushVelocity() const
|
||||
{
|
||||
return m_pushVelocity;
|
||||
}
|
||||
|
||||
btVector3 getTurnVelocity()
|
||||
btVector3 getTurnVelocity() const
|
||||
{
|
||||
return m_turnVelocity;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user