EMotionFX

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
pappeste
2021-06-25 16:29:00 -07:00
committed by Esteban Papp
parent c14c23c9c7
commit bed57208da
12 changed files with 24 additions and 24 deletions
@@ -46,8 +46,8 @@ namespace EMotionFX
m_blendTree->AddChildNode(finalNode);
finalNode->AddUnitializedConnection(m_blendNNode, BlendTreeBlendNNode::PORTID_OUTPUT_POSE, BlendTreeFinalNode::PORTID_INPUT_POSE);
const int motionNodeCount = 3;
for (int i = 0; i < motionNodeCount; ++i)
const uint16 motionNodeCount = 3;
for (uint16 i = 0; i < motionNodeCount; ++i)
{
AnimGraphMotionNode* motionNode = aznew AnimGraphMotionNode();
m_blendTree->AddChildNode(motionNode);