Fixed axis-shift getting ignored when another button is pressed

This commit is contained in:
Ingo Ruhnke 2011-07-01 23:59:52 +02:00
parent fa5d5799d2
commit e3bafc6da2

View file

@ -329,8 +329,8 @@ UInputConfig::send_axis(XboxAxis code, int32_t value)
if (new_ev)
{
ev = new_ev;
break;
}
break;
}
}