adjust comment

This commit is contained in:
Seth Alves 2015-04-16 16:27:30 -07:00
parent f48f9caea4
commit ec26b4595a

View file

@ -192,7 +192,7 @@ bool EntityMotionState::shouldSendUpdate(uint32_t simulationFrame) {
QUuid simulatorID = _entity->getSimulatorID();
if (!simulatorID.isNull() && simulatorID != myNodeID) {
// some other Node is simulating this, so don't broadcast our computations.
// some other Node owns the simulating of this, so don't broadcast the results of local simulation.
return false;
}