Skip to content
Snippets Groups Projects
Commit 14fb2fb1 authored by Ali Can Demiralp's avatar Ali Can Demiralp
Browse files

Fixed axis events triggering forever.

parent 1a00e9ec
Branches
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ void FDisplayClusterInputDevice::SendControllerEvents()
{
float Value = 0.0f;
InputManager ->GetAxis (AxisDeviceIds[i] , j, Value);
if (Value != 0.0f) MessageHandler->OnControllerAnalog(AxisIndices[j]->GetFName(), i, Value);
MessageHandler->OnControllerAnalog(AxisIndices [j]->GetFName(), i, Value);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment