Fix compile error

This commit is contained in:
amzn-mike
2021-06-21 12:27:13 -05:00
parent 40ed743ca9
commit 514cfc3b4c
2 changed files with 2 additions and 3 deletions
@@ -98,7 +98,7 @@ namespace AZ
}
}
aiMatrix4x4 AssImpBoneImporter::CalculateWorldTransform(const aiNode* currentNode)
aiMatrix4x4 CalculateWorldTransform(const aiNode* currentNode)
{
aiMatrix4x4 transform = {};
const aiNode* iteratingNode = currentNode;