mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 10:07:58 +02:00
continually activate (in the bullet sense) a held object
This commit is contained in:
parent
937959c1c1
commit
966499b9e5
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ void AvatarActionHold::updateActionWorker(float deltaTimeStep) {
|
||||||
if (_kinematic) {
|
if (_kinematic) {
|
||||||
doKinematicUpdate(deltaTimeStep);
|
doKinematicUpdate(deltaTimeStep);
|
||||||
} else {
|
} else {
|
||||||
|
activateBody();
|
||||||
ObjectActionSpring::updateActionWorker(deltaTimeStep);
|
ObjectActionSpring::updateActionWorker(deltaTimeStep);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue