From eb1c159c7eb8aede81ea8d4b0f840cd66022cc0f Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Mon, 8 Feb 2016 15:16:04 -0800 Subject: [PATCH] only setLastEdited on properties to be sent --- libraries/physics/src/EntityMotionState.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/physics/src/EntityMotionState.cpp b/libraries/physics/src/EntityMotionState.cpp index 73548b73f2..acd9ccd0c9 100644 --- a/libraries/physics/src/EntityMotionState.cpp +++ b/libraries/physics/src/EntityMotionState.cpp @@ -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());