mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 20:22:07 +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;
|
||||
}
|
||||
}
|
||||
if (fbxModel.hasGeometricOffset && visitedNodes.size() > 1) {
|
||||
qCWarning(modelformat) << "Here is a parent node with Geometric offset ?????" << url;
|
||||
}
|
||||
|
||||
}
|
||||
return globalTransform;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue