Fixed axis-shift getting ignored when another button is pressed
This commit is contained in:
parent
fa5d5799d2
commit
e3bafc6da2
1 changed files with 1 additions and 1 deletions
|
@ -329,8 +329,8 @@ UInputConfig::send_axis(XboxAxis code, int32_t value)
|
|||
if (new_ev)
|
||||
{
|
||||
ev = new_ev;
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue