Changed a ">" to ">="
--HG-- branch : SDL-1.2
This commit is contained in:
parent
0a414c5562
commit
f53c7b737f
1 changed files with 1 additions and 1 deletions
|
@ -1106,7 +1106,7 @@ static __inline__ void EV_HandleEvents(SDL_Joystick *joystick)
|
|||
}
|
||||
break;
|
||||
case EV_ABS:
|
||||
if (code > ABS_MISC) {
|
||||
if (code >= ABS_MISC) {
|
||||
break;
|
||||
}
|
||||
switch (code) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue