add reminder comment

This commit is contained in:
Andrew Meadows 2018-03-16 11:45:53 -07:00
parent 49dce6fa1a
commit eb07f6732f

View file

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