mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
quiet debuging spew
This commit is contained in:
parent
f90211e830
commit
e730109c51
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ btCollisionShape* ShapeManager::getShape(const ShapeInfo& info) {
|
|||
const float MIN_SHAPE_DIAGONAL_SQUARED = 3.0e-4f; // 1 cm cube
|
||||
const float MAX_SHAPE_DIAGONAL_SQUARED = 3.0e4f; // 100 m cube
|
||||
if (diagonal < MIN_SHAPE_DIAGONAL_SQUARED || diagonal > MAX_SHAPE_DIAGONAL_SQUARED) {
|
||||
qDebug() << "ShapeManager::getShape -- not making shape due to size" << diagonal;
|
||||
// qDebug() << "ShapeManager::getShape -- not making shape due to size" << diagonal;
|
||||
return NULL;
|
||||
}
|
||||
DoubleHashKey key = info.getHash();
|
||||
|
|
Loading…
Reference in a new issue