mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 04:37:23 +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);
|
result.push_back(motionState);
|
||||||
entityItr = _entitiesToAddToPhysics.erase(entityItr);
|
entityItr = _entitiesToAddToPhysics.erase(entityItr);
|
||||||
} else {
|
} else {
|
||||||
//qDebug() << "Warning! Failed to generate new shape for entity." << entity->getName();
|
//qWarning() << "Failed to generate new shape for entity." << entity->getName();
|
||||||
++entityItr;
|
++entityItr;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue