mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-04 21:14:43 +00:00
Change callback_rate_increment type to Uint64
This commit is contained in:
committed by
Ryan C. Gordon
parent
9e6a6c01e4
commit
380b6a43a3
@@ -25,7 +25,7 @@
|
||||
|
||||
#ifndef SDL_PLATFORM_IOS
|
||||
|
||||
static int callback_rate_increment = 0;
|
||||
static Uint64 callback_rate_increment = 0;
|
||||
static bool iterate_after_waitevent = false;
|
||||
|
||||
static void SDLCALL MainCallbackRateHintChanged(void *userdata, const char *name, const char *oldValue, const char *newValue)
|
||||
|
||||
Reference in New Issue
Block a user