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
@@ -173,7 +173,7 @@ namespace EMotionFX
m_blendTree->AddChildNode(m_basePoseNode);
m_maskNode->AddConnection(m_basePoseNode, BlendTreeTestInputNode::OUTPUTPORT_RESULT, BlendTreeMaskNode::INPUTPORT_BASEPOSE);
for (AZ::u32 i = 0; i < m_numMaskInputNodes; ++i)
for (uint16 i = 0; i < m_numMaskInputNodes; ++i)
{
BlendTreeTestInputNode* inputNode = aznew BlendTreeTestInputNode(static_cast<float>(i));
m_blendTree->AddChildNode(inputNode);