mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 22:44:15 +02:00
fix infinite loop in while
This commit is contained in:
parent
25ff9e4b59
commit
813d702fc5
1 changed files with 2 additions and 0 deletions
|
@ -168,6 +168,8 @@ VectorOfMotionStates& PhysicalEntitySimulation::getObjectsToAdd() {
|
|||
} else {
|
||||
++entityItr;
|
||||
}
|
||||
} else {
|
||||
++entityItr;
|
||||
}
|
||||
}
|
||||
return _tempVector;
|
||||
|
|
Loading…
Reference in a new issue