update transform serialization to handle migration to uniform scale

This commit is contained in:
greerdv
2021-05-28 15:24:02 +01:00
parent d73566565e
commit 0577c0f0dd
6 changed files with 46 additions and 16 deletions
@@ -68,7 +68,7 @@ namespace AZ
return os
<< "translation: " << transform.GetTranslation()
<< " rotation: " << transform.GetRotation()
<< " scale: " << transform.GetScale();
<< " scale: " << transform.GetUniformScale();
}
std::ostream& operator<<(std::ostream& os, const Color& color)