mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 15:59:49 +02:00
More perspicacious zero.
This commit is contained in:
parent
5727400b9a
commit
5cbb5dadca
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ glm::vec3 ObjectMotionState::getBodyLinearVelocity() const {
|
||||||
return bulletToGLM(_body->getLinearVelocity());
|
return bulletToGLM(_body->getLinearVelocity());
|
||||||
}
|
}
|
||||||
glm::vec3 ObjectMotionState::getObjectLinearVelocityChange() const {
|
glm::vec3 ObjectMotionState::getObjectLinearVelocityChange() const {
|
||||||
return glm::vec3(); // Subclasses override where meaningful.
|
return glm::vec3(0.0f); // Subclasses override where meaningful.
|
||||||
}
|
}
|
||||||
|
|
||||||
glm::vec3 ObjectMotionState::getBodyAngularVelocity() const {
|
glm::vec3 ObjectMotionState::getBodyAngularVelocity() const {
|
||||||
|
|
Loading…
Reference in a new issue