also, don't hardcode the timer interval in the callback
This commit is contained in:
parent
86b4cbcb03
commit
eaaf5ec93b
|
@ -253,7 +253,7 @@ Uint32 JoyPoll(Uint32 interval, void* param)
|
|||
return 0;
|
||||
}
|
||||
|
||||
return 100;
|
||||
return interval;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue