mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 15:23:56 +02:00
Fix debug output
This commit is contained in:
parent
599b7761b2
commit
e0d1ef3be3
1 changed files with 1 additions and 1 deletions
|
@ -2025,7 +2025,7 @@ FBXGeometry* FBXReader::extractFBXGeometry(const QVariantHash& mapping, const QS
|
|||
if (jointIndex != -1) {
|
||||
geometry.jointRotationOffsets.insert(jointIndex, rotationOffset);
|
||||
}
|
||||
qDebug() << "Joint Rotation Offset added to Rig._jointRotationOffsets : " << " jointName: " << jointName << " jointIndex: " << jointIndex << " rotation offset: " << rotationOffset;
|
||||
qCDebug(modelformat) << "Joint Rotation Offset added to Rig._jointRotationOffsets : " << " jointName: " << jointName << " jointIndex: " << jointIndex << " rotation offset: " << rotationOffset;
|
||||
}
|
||||
|
||||
return geometryPtr;
|
||||
|
|
Loading…
Reference in a new issue