Merge pull request #7199 from aws-lumberyard-dev/nus-component-mode-fix

fix for changes in non-uniform scale component mode not persisting
This commit is contained in:
greerdv
2022-01-27 15:51:15 +00:00
committed by GitHub
@@ -27,6 +27,7 @@ namespace AzToolsFramework
worldFromLocal.ExtractUniformScale();
m_manipulators = AZStd::make_unique<ScaleManipulators>(worldFromLocal);
m_manipulators->Register(g_mainManipulatorManagerId);
m_manipulators->AddEntityComponentIdPair(entityComponentIdPair);
m_manipulators->SetAxes(AZ::Vector3::CreateAxisX(), AZ::Vector3::CreateAxisY(), AZ::Vector3::CreateAxisZ());
const float axisLength = 2.0f;
m_manipulators->ConfigureView(