mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:03:58 +02:00
fixing file
This commit is contained in:
parent
d51904b7b3
commit
23ef568269
1 changed files with 0 additions and 4 deletions
|
@ -167,12 +167,8 @@ VectorOfMotionStates& PhysicalEntitySimulation::getObjectsToAdd() {
|
|||
_tempVector.push_back(motionState);
|
||||
entityItr = _pendingAdds.erase(entityItr);
|
||||
} else {
|
||||
<<<<<<< HEAD
|
||||
// qDebug() << "Warning! Failed to generate new shape for entity." << entity->getName();
|
||||
=======
|
||||
// TODO: Seth to look into why this case is hit.
|
||||
//qDebug() << "Warning! Failed to generate new shape for entity." << entity->getName();
|
||||
>>>>>>> 72e1ea688adad9914d9994b81a96225ac411ba83
|
||||
++entityItr;
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue