Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
pappeste
2021-06-18 16:21:19 -07:00
committed by Esteban Papp
parent 9dc13db8ba
commit 7c62fde361
5 changed files with 9 additions and 9 deletions
@@ -106,7 +106,7 @@ namespace WhiteBox
WhiteBoxMesh* whiteBox = nullptr;
EditorWhiteBoxComponentRequestBus::EventResult(
whiteBox, m_entityComponentIdPair, &EditorWhiteBoxComponentRequests::GetWhiteBoxMesh);
m_selectedHandleIndex = vertexIndex;
m_selectedHandleIndex = static_cast<AZ::u32>(vertexIndex);
InitializeScaleModifier(whiteBox, action);
});