Gems/EMotionFX

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-20 17:58:50 -07:00
parent 62439e03fb
commit 794d656c66
25 changed files with 4 additions and 35 deletions
@@ -683,7 +683,6 @@ namespace EMotionFX
const size_t lodLevel = m_actorInstance->GetLODLevel();
Actor* actor = m_actorAsset.Get()->GetActor();
const size_t numNodes = actor->GetNumNodes();
const size_t numLods = actor->GetNumLODLevels();
for (size_t nodeIndex = 0; nodeIndex < numNodes; ++nodeIndex)
{
Mesh* mesh = actor->GetMesh(lodLevel, nodeIndex);