avoid active object update cycles

This commit is contained in:
Andrew Meadows 2016-04-18 13:26:28 -07:00
parent 3639ffe53e
commit c8f0b0501a

View file

@ -901,5 +901,5 @@ void SpatiallyNestable::setLocalTransformAndVelocities(
_angularVelocityLock.withWriteLock([&] {
_angularVelocity = localAngularVelocity;
});
locationChanged();
locationChanged(false);
}