mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 14:54:29 +02:00
Fixed incorrect capitalization.
This commit is contained in:
parent
5756733aef
commit
cc5cc1a409
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ FBXGeometry extractFBXGeometry(const FBXNode& node, const QVariantHash& mapping)
|
|||
transformLinkMatrices.insert(object.properties.at(0).value<qint64>(), createMat4(values));
|
||||
}
|
||||
}
|
||||
} else if (object.properties.at(2) == "BlendshapeChannel") {
|
||||
} else if (object.properties.at(2) == "BlendShapeChannel") {
|
||||
QByteArray name = object.properties.at(1).toByteArray();
|
||||
blendshapeChannelIndices.insert(object.properties.at(0).value<qint64>(),
|
||||
blendshapeIndices.value(name.left(name.indexOf('\0'))));
|
||||
|
|
Loading…
Reference in a new issue