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;
@@ -31,8 +31,7 @@ namespace AZ
~AssImpBoneImporter() override = default;
static void Reflect(ReflectContext* context);
aiMatrix4x4 CalculateWorldTransform(const aiNode* currentNode);
Events::ProcessingResult ImportBone(AssImpNodeEncounteredContext& context);
};
} // namespace FbxSceneBuilder