mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 11:29:00 +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),
|
||||
_lastSimulationStep(0),
|
||||
_lastVelocity(0.0f),
|
||||
_measuredAcceleration(0.0f)
|
||||
_measuredAcceleration(0.0f) {
|
||||
}
|
||||
|
||||
ObjectMotionState::~ObjectMotionState() {
|
||||
|
|
Loading…
Reference in a new issue