FbxSceneBuilder

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
pappeste
2021-06-25 16:44:29 -07:00
committed by Esteban Papp
parent 63f36dfe70
commit b0456691c7
2 changed files with 4 additions and 4 deletions
@@ -97,7 +97,7 @@ namespace AZ
}
Pending pending;
pending.m_bone = bone;
pending.m_numVertices = totalVertices;
pending.m_numVertices = static_cast<unsigned int>(totalVertices);
pending.m_skinWeightData = skinWeightData;
pending.m_vertOffset = vertexCount;
m_pendingSkinWeights.push_back(pending);