Skip to content

Commit

Permalink
Update MorphemeEditorApp.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRadai committed Dec 2, 2024
1 parent e796144 commit 35c724e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ namespace
}
}

if (!FBXTranslator::createFbxTake(pScene, morphemeRig, characterDef->getAnimationById(animSetIdx, animId), characterDef->getAnimFileLookUp()->getTakeName(animId)))
if (!FBXTranslator::createFbxTake(pScene, morphemeRig, characterDef->getAnimationById(animSetIdx, animId), characterDef->getAnimFileLookUp()->getTakeName(animId), fps))
{
g_appLog->debugMessage(MsgLevel_Error, "Failed to create FBX take (%ws)\n", character->getCharacterName().c_str());
status = false;
Expand Down

0 comments on commit 35c724e

Please sign in to comment.