update usages of transform vector scale

This commit is contained in:
greerdv
2021-05-27 12:54:13 +01:00
parent 05f3144055
commit c4dafc8495
6 changed files with 39 additions and 15 deletions
@@ -285,7 +285,7 @@ namespace AZ
{
if (handle.IsValid())
{
SetDecalHalfSize(handle, nonUniformScale * world.GetScale());
SetDecalHalfSize(handle, nonUniformScale * world.GetUniformScale());
SetDecalPosition(handle, world.GetTranslation());
SetDecalOrientation(handle, world.GetRotation());