also, don't hardcode the timer interval in the callback

This commit is contained in:
Arisotura 2019-06-04 16:19:49 +02:00
parent 86b4cbcb03
commit eaaf5ec93b
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ Uint32 JoyPoll(Uint32 interval, void* param)
return 0;
}
return 100;
return interval;
}