mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 09:57:51 +02:00
keep object active in kinematic mode, also
This commit is contained in:
parent
966499b9e5
commit
fe709a9397
1 changed files with 2 additions and 0 deletions
|
@ -123,6 +123,8 @@ void AvatarActionHold::doKinematicUpdate(float deltaTimeStep) {
|
|||
_previousRotationalTarget = _rotationalTarget;
|
||||
_previousSet = true;
|
||||
});
|
||||
|
||||
activateBody();
|
||||
}
|
||||
|
||||
bool AvatarActionHold::updateArguments(QVariantMap arguments) {
|
||||
|
|
Loading…
Reference in a new issue