mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
only setLastEdited on properties to be sent
This commit is contained in:
parent
7f2b822796
commit
eb1c159c7e
1 changed files with 0 additions and 1 deletions
|
@ -528,7 +528,6 @@ void EntityMotionState::sendUpdate(OctreeEditPacketSender* packetSender, const Q
|
|||
EntityItemProperties newQueryCubeProperties;
|
||||
newQueryCubeProperties.setQueryAACube(descendant->getQueryAACube());
|
||||
auto now = usecTimestampNow();
|
||||
entityDescendant->setLastEdited(now);
|
||||
newQueryCubeProperties.setLastEdited(now);
|
||||
entityPacketSender->queueEditEntityMessage(PacketType::EntityEdit, descendant->getID(), newQueryCubeProperties);
|
||||
entityDescendant->setLastBroadcast(usecTimestampNow());
|
||||
|
|
Loading…
Reference in a new issue