mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 04:18:12 +02:00
remove debug cruft
This commit is contained in:
parent
92af849204
commit
6cbc566a77
1 changed files with 0 additions and 1 deletions
|
@ -692,7 +692,6 @@ void RenderableModelEntityItem::computeShapeInfo(ShapeInfo& info) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
info.setParams(type, dimensions, _compoundShapeURL);
|
info.setParams(type, dimensions, _compoundShapeURL);
|
||||||
assert(pointCollection.size() > 0); // adebug
|
|
||||||
} else if (type >= SHAPE_TYPE_SIMPLE_HULL && type <= SHAPE_TYPE_STATIC_MESH) {
|
} else if (type >= SHAPE_TYPE_SIMPLE_HULL && type <= SHAPE_TYPE_STATIC_MESH) {
|
||||||
updateModelBounds();
|
updateModelBounds();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue