mirror of
https://github.com/yawut/SDL.git
synced 2026-08-15 13:35:55 -05:00
Use correct function
This commit is contained in:
@@ -131,7 +131,7 @@ SDL_SYS_TimerQuit(void)
|
||||
if (timer_installed) {
|
||||
/* Uninstall RunTimer vbl vector */
|
||||
void *old_stack = (void *) Super(0);
|
||||
SDL_AtariVblUninstall(RunTimer);
|
||||
SDL_AtariVblUninstall(SDL_ThreadedTimerCheck);
|
||||
Super(old_stack);
|
||||
timer_installed = SDL_FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user