* feat: fix whitebox module to work on linux(#4654) Signed-off-by: Michael Pollind <mpollind@gmail.com> * update with AZStl Signed-off-by: Michael Pollind <mpollind@gmail.com> * feat: update format Signed-off-by: Michael Pollind <mpollind@gmail.com> * chore: minor changes Signed-off-by: Michael Pollind <mpollind@gmail.com> * chore: update clang warnings Signed-off-by: Michael Pollind <mpollind@gmail.com> * chore: fix clang errors Signed-off-by: Michael Pollind <mpollind@gmail.com> * chore: remove unused refrence for g_indices and address range based for loop warnings Signed-off-by: Michael Pollind <mpollind@gmail.com> * chore: fix clang warnings for test cases Signed-off-by: Michael Pollind <mpollind@gmail.com>
This commit is contained in:
@@ -169,7 +169,7 @@ namespace WhiteBox
|
||||
sharedState->m_appendStage == AppendStage::Complete)
|
||||
{
|
||||
size_t vertexIndex = 0;
|
||||
for (const Api::VertexHandle vertexHandle : m_vertexHandles)
|
||||
for (const Api::VertexHandle& vertexHandle : m_vertexHandles)
|
||||
{
|
||||
const AZ::Vector3 vertexPosition = sharedState->m_vertexPositions[vertexIndex++] +
|
||||
action.LocalPositionOffset() - sharedState->m_activeAppendOffset;
|
||||
|
||||
Reference in New Issue
Block a user