mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 05:48:39 +02:00
fix warning
This commit is contained in:
parent
b6918f59a6
commit
382a0c48da
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ bool EntityTree::updateEntityWithElement(EntityItemPointer entity, const EntityI
|
|||
properties.setVelocityChanged(false);
|
||||
properties.setAngularVelocityChanged(false);
|
||||
properties.setAccelerationChanged(false);
|
||||
properties.setParentID(false);
|
||||
properties.setParentID(QUuid());
|
||||
properties.setParentJointIndex(false);
|
||||
|
||||
if (wantTerseEditLogging()) {
|
||||
|
|
Loading…
Reference in a new issue