mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 08:48:53 +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 {
|
} else {
|
||||||
++entityItr;
|
++entityItr;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
++entityItr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return _tempVector;
|
return _tempVector;
|
||||||
|
|
Loading…
Reference in a new issue