Skip to content

Commit

Permalink
Traktor: Minor bug fix when importing animations.
Browse files Browse the repository at this point in the history
  • Loading branch information
apistol78 committed Apr 4, 2024
1 parent 5d320b9 commit e244129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Model/Formats/Fbx/SkeletonConverter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Ref< Pose > convertPose(
Mjoint = Mjoint * scale(S);
Mjoint = axisTransform * Mjoint * axisTransform.inverse();

if (parent != nullptr && parent != skeletonNode)
if (parent != nullptr && parent != eskeletonNode)
{
const std::wstring parentJointName = getJointName(parent);
const uint32_t parentId = model.findJointIndex(parentJointName);
Expand Down

0 comments on commit e244129

Please sign in to comment.