mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
final hack tweak
This commit is contained in:
parent
301a9f4434
commit
15ff7bc731
1 changed files with 1 additions and 1 deletions
|
@ -607,7 +607,7 @@ void RenderableModelEntityItem::computeShapeInfo(ShapeInfo& info) {
|
|||
// BEGIN temp HACK
|
||||
int numSubMeshes = _model->getFBXGeometry().meshes.size();
|
||||
if (numSubMeshes > 1) {
|
||||
qDebug() << "HACK entity name =" << getName() << " modelURL =" << " pos =" << getPosition() << " numSubMeshes =" << numSubMeshes;
|
||||
qDebug() << "HACK entity name =" << getName() << " modelURL =" << getModelURL() << " pos =" << getPosition() << " numSubMeshes = " << numSubMeshes;
|
||||
}
|
||||
// END temp HACK
|
||||
|
||||
|
|
Loading…
Reference in a new issue