From eb07f6732f33cb64ea69dd77c763098e3f4ac4bd Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Fri, 16 Mar 2018 11:45:53 -0700 Subject: [PATCH] add reminder comment --- libraries/physics/src/EntityMotionState.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/physics/src/EntityMotionState.cpp b/libraries/physics/src/EntityMotionState.cpp index 0e901356f5..093010c9e4 100644 --- a/libraries/physics/src/EntityMotionState.cpp +++ b/libraries/physics/src/EntityMotionState.cpp @@ -282,6 +282,7 @@ void EntityMotionState::setWorldTransform(const btTransform& worldTrans) { } } + // ADEBUG: move this _loopsWithoutOwner stuff out of EntityMotionState if (_entity->getSimulatorID().isNull()) { _loopsWithoutOwner++; if (_loopsWithoutOwner > LOOPS_FOR_SIMULATION_ORPHAN && usecTimestampNow() > _nextOwnershipBid) {