mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 17:54:30 +02:00
remove unecessary comments
This commit is contained in:
parent
597d4b1af7
commit
b987c6b58a
1 changed files with 0 additions and 4 deletions
|
@ -177,10 +177,6 @@ glm::mat4 getGlobalTransform(const QMultiMap<QString, QString>& _connectionParen
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (fbxModel.hasGeometricOffset && visitedNodes.size() > 1) {
|
|
||||||
qCWarning(modelformat) << "Here is a parent node with Geometric offset ?????" << url;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
return globalTransform;
|
return globalTransform;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue