mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 23:57:13 +02:00
whitespace
This commit is contained in:
parent
6241889e38
commit
487adc7f18
1 changed files with 3 additions and 1 deletions
|
@ -1119,7 +1119,9 @@ int EntityTree::processEditPacketData(ReceivedMessage& message, const unsigned c
|
||||||
endLogging = usecTimestampNow();
|
endLogging = usecTimestampNow();
|
||||||
|
|
||||||
startUpdate = usecTimestampNow();
|
startUpdate = usecTimestampNow();
|
||||||
if (!isPhysics) properties.setLastEditedBy(senderNode->getUUID());
|
if (!isPhysics) {
|
||||||
|
properties.setLastEditedBy(senderNode->getUUID());
|
||||||
|
}
|
||||||
updateEntity(entityItemID, properties, senderNode);
|
updateEntity(entityItemID, properties, senderNode);
|
||||||
existingEntity->markAsChangedOnServer();
|
existingEntity->markAsChangedOnServer();
|
||||||
endUpdate = usecTimestampNow();
|
endUpdate = usecTimestampNow();
|
||||||
|
|
Loading…
Reference in a new issue