Whitebox
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -89,7 +89,7 @@ namespace WhiteBox
|
||||
const auto screenLength = std::fabs(currentAction.ScreenOffset().Dot(screenAxis));
|
||||
if (screenLength > maxLength)
|
||||
{
|
||||
axisIndex = actionIndex;
|
||||
axisIndex = static_cast<int>(actionIndex);
|
||||
maxLength = screenLength;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user