mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
silence verbose no-very-helpful log message
This commit is contained in:
parent
6008713a2a
commit
603afefaab
1 changed files with 2 additions and 1 deletions
|
@ -167,7 +167,8 @@ VectorOfMotionStates& PhysicalEntitySimulation::getObjectsToAdd() {
|
|||
_tempVector.push_back(motionState);
|
||||
entityItr = _pendingAdds.erase(entityItr);
|
||||
} else {
|
||||
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();
|
||||
++entityItr;
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue