include action data in properties suppressed by non-simulation ownership

This commit is contained in:
Seth Alves 2015-11-12 18:28:26 -08:00
parent ed8a604e13
commit dbaea5770a

View file

@ -198,6 +198,7 @@ bool EntityTree::updateEntityWithElement(EntityItemPointer entity, const EntityI
properties.setVelocityChanged(false);
properties.setAngularVelocityChanged(false);
properties.setAccelerationChanged(false);
properties.setActionDataChanged(false);
if (wantTerseEditLogging()) {
qCDebug(entities) << senderNode->getUUID() << "physical edits suppressed";