mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 12:57:59 +02:00
add reminder comment
This commit is contained in:
parent
49dce6fa1a
commit
eb07f6732f
1 changed files with 1 additions and 0 deletions
|
@ -282,6 +282,7 @@ void EntityMotionState::setWorldTransform(const btTransform& worldTrans) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ADEBUG: move this _loopsWithoutOwner stuff out of EntityMotionState
|
||||||
if (_entity->getSimulatorID().isNull()) {
|
if (_entity->getSimulatorID().isNull()) {
|
||||||
_loopsWithoutOwner++;
|
_loopsWithoutOwner++;
|
||||||
if (_loopsWithoutOwner > LOOPS_FOR_SIMULATION_ORPHAN && usecTimestampNow() > _nextOwnershipBid) {
|
if (_loopsWithoutOwner > LOOPS_FOR_SIMULATION_ORPHAN && usecTimestampNow() > _nextOwnershipBid) {
|
||||||
|
|
Loading…
Reference in a new issue