mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 04:24:47 +02:00
debugging
This commit is contained in:
parent
bd35532c5d
commit
5beba58e5f
1 changed files with 1 additions and 1 deletions
|
@ -895,7 +895,7 @@ bool EntityScriptingInterface::setAbsoluteJointsDataInObjectFrame(const QUuid& e
|
||||||
});
|
});
|
||||||
|
|
||||||
properties.setJointRotationsDirty();
|
properties.setJointRotationsDirty();
|
||||||
// properties.setLastEdited(now);
|
properties.setLastEdited(now);
|
||||||
queueEntityMessage(PacketType::EntityEdit, entityID, properties);
|
queueEntityMessage(PacketType::EntityEdit, entityID, properties);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue