mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-20 02:08:13 +00:00
Don't assume evdev events and SDL_GetTicks() use the same time source
The evdev events are in the same time base as gettimeofday(), but SDL_GetTicks() might be using clock_gettime()
This commit is contained in:
@@ -33,7 +33,6 @@ extern void SDL_TicksInit(void);
|
||||
extern void SDL_TicksQuit(void);
|
||||
extern int SDL_TimerInit(void);
|
||||
extern void SDL_TimerQuit(void);
|
||||
extern Uint64 SDL_GetTickStartNS(void);
|
||||
|
||||
#endif /* SDL_timer_c_h_ */
|
||||
|
||||
|
Reference in New Issue
Block a user