mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 05:09:22 +02:00
include action data in properties suppressed by non-simulation ownership
This commit is contained in:
parent
ed8a604e13
commit
dbaea5770a
1 changed files with 1 additions and 0 deletions
|
@ -198,6 +198,7 @@ bool EntityTree::updateEntityWithElement(EntityItemPointer entity, const EntityI
|
||||||
properties.setVelocityChanged(false);
|
properties.setVelocityChanged(false);
|
||||||
properties.setAngularVelocityChanged(false);
|
properties.setAngularVelocityChanged(false);
|
||||||
properties.setAccelerationChanged(false);
|
properties.setAccelerationChanged(false);
|
||||||
|
properties.setActionDataChanged(false);
|
||||||
|
|
||||||
if (wantTerseEditLogging()) {
|
if (wantTerseEditLogging()) {
|
||||||
qCDebug(entities) << senderNode->getUUID() << "physical edits suppressed";
|
qCDebug(entities) << senderNode->getUUID() << "physical edits suppressed";
|
||||||
|
|
Loading…
Reference in a new issue