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
@@ -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;
}
}