mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 14:58:03 +02:00
fix typo
This commit is contained in:
parent
5180e7e715
commit
b7ca69d4e1
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ ObjectMotionState::ObjectMotionState() :
|
||||||
_sentAcceleration(0.0f),
|
_sentAcceleration(0.0f),
|
||||||
_lastSimulationStep(0),
|
_lastSimulationStep(0),
|
||||||
_lastVelocity(0.0f),
|
_lastVelocity(0.0f),
|
||||||
_measuredAcceleration(0.0f)
|
_measuredAcceleration(0.0f) {
|
||||||
}
|
}
|
||||||
|
|
||||||
ObjectMotionState::~ObjectMotionState() {
|
ObjectMotionState::~ObjectMotionState() {
|
||||||
|
|
Loading…
Reference in a new issue