mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 04:37:23 +02:00
avoid active object update cycles
This commit is contained in:
parent
3639ffe53e
commit
c8f0b0501a
1 changed files with 1 additions and 1 deletions
|
@ -901,5 +901,5 @@ void SpatiallyNestable::setLocalTransformAndVelocities(
|
||||||
_angularVelocityLock.withWriteLock([&] {
|
_angularVelocityLock.withWriteLock([&] {
|
||||||
_angularVelocity = localAngularVelocity;
|
_angularVelocity = localAngularVelocity;
|
||||||
});
|
});
|
||||||
locationChanged();
|
locationChanged(false);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue