mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:35:08 +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([&] {
|
||||
_angularVelocity = localAngularVelocity;
|
||||
});
|
||||
locationChanged();
|
||||
locationChanged(false);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue