mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +02:00
debugging
This commit is contained in:
parent
ccf29e3772
commit
202a6ae294
1 changed files with 2 additions and 2 deletions
|
@ -888,7 +888,7 @@ bool EntityScriptingInterface::setAbsoluteJointRotationsInObjectFrame(const QUui
|
|||
if (result) {
|
||||
EntityItemProperties properties;
|
||||
_entityTree->withWriteLock([&] {
|
||||
entity->setLastEdited(now);
|
||||
// entity->setLastEdited(now);
|
||||
entity->setLastBroadcast(now);
|
||||
properties = entity->getProperties();
|
||||
});
|
||||
|
@ -916,7 +916,7 @@ bool EntityScriptingInterface::setAbsoluteJointTranslationsInObjectFrame(const Q
|
|||
if (result) {
|
||||
EntityItemProperties properties;
|
||||
_entityTree->withWriteLock([&] {
|
||||
entity->setLastEdited(now);
|
||||
// entity->setLastEdited(now);
|
||||
entity->setLastBroadcast(now);
|
||||
properties = entity->getProperties();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue