mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:24:08 +02:00
remove bump to changeFromRemote for server case (revert)
This commit is contained in:
parent
3665a3fbee
commit
8d535f9c5a
1 changed files with 0 additions and 3 deletions
|
@ -383,9 +383,6 @@ bool EntityTree::updateEntity(EntityItemPointer entity, const EntityItemProperti
|
|||
UpdateEntityOperator theOperator(getThisPointer(), containingElement, entity, newQueryAACube);
|
||||
recurseTreeWithOperator(&theOperator);
|
||||
entity->setProperties(properties);
|
||||
if (getIsServer()) {
|
||||
entity->updateLastEditedFromRemote();
|
||||
}
|
||||
|
||||
// if the entity has children, run UpdateEntityOperator on them. If the children have children, recurse
|
||||
QQueue<SpatiallyNestablePointer> toProcess;
|
||||
|
|
Loading…
Reference in a new issue