mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +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.setAngularVelocityChanged(false);
|
||||
properties.setAccelerationChanged(false);
|
||||
properties.setActionDataChanged(false);
|
||||
|
||||
if (wantTerseEditLogging()) {
|
||||
qCDebug(entities) << senderNode->getUUID() << "physical edits suppressed";
|
||||
|
|
Loading…
Reference in a new issue