mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 09:57:51 +02:00
code review
This commit is contained in:
parent
462918ffcf
commit
0964180f2c
1 changed files with 3 additions and 3 deletions
|
@ -74,9 +74,9 @@ void AvatarActionHold::updateActionWorker(float deltaTimeStep) {
|
|||
_rotationalTargetSet = true;
|
||||
_active = true;
|
||||
});
|
||||
}
|
||||
if (gotLock) {
|
||||
ObjectActionSpring::updateActionWorker(deltaTimeStep);
|
||||
if (gotLock) {
|
||||
ObjectActionSpring::updateActionWorker(deltaTimeStep);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue