mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +02:00
small change to commented out debug code
This commit is contained in:
parent
5d5dc2837b
commit
13bb174b8b
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ void PhysicalEntitySimulation::getObjectsToAddToPhysics(VectorOfMotionStates& re
|
|||
result.push_back(motionState);
|
||||
entityItr = _entitiesToAddToPhysics.erase(entityItr);
|
||||
} else {
|
||||
//qDebug() << "Warning! Failed to generate new shape for entity." << entity->getName();
|
||||
//qWarning() << "Failed to generate new shape for entity." << entity->getName();
|
||||
++entityItr;
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue