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) {