fix warning

This commit is contained in:
Seth Alves 2016-05-04 12:09:26 -07:00
parent b6918f59a6
commit 382a0c48da

View file

@ -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()) {