Whitebox
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user