mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
fix mangled if
This commit is contained in:
parent
9e96026c52
commit
10e5378396
1 changed files with 2 additions and 2 deletions
|
@ -410,9 +410,9 @@ void PhysicsEngine::computeCollisionEvents() {
|
|||
entityMotionStateB->setShouldClaimSimulationOwnership(true);
|
||||
}
|
||||
if (entityB->getSimulatorID() == myNodeID ||
|
||||
entityMotionStateA->getShouldClaimSimulationOwnership() ||
|
||||
entityMotionStateB->getShouldClaimSimulationOwnership() ||
|
||||
objectB == characterCollisionObject) {
|
||||
entityMotionStateB->setShouldClaimSimulationOwnership(true);
|
||||
entityMotionStateA->setShouldClaimSimulationOwnership(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue