Add comment

This commit is contained in:
amzn-mike
2021-06-23 14:47:47 -05:00
parent feb58fac5e
commit 9e2f1aed91
@@ -107,6 +107,7 @@ namespace AZ
if (inverseOffsets.size() == 1)
{
// If this is the root bone, just use the inverseOffset, otherwise the equation below just results in the identity matrix
localTransform = inverseOffsets[0];
}
else