Skip to content

Commit 380b6a4

Browse files
nightmareciicculus
authored andcommitted
Change callback_rate_increment type to Uint64
1 parent 9e6a6c0 commit 380b6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/generic/SDL_sysmain_callbacks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
#ifndef SDL_PLATFORM_IOS
2727

28-
static int callback_rate_increment = 0;
28+
static Uint64 callback_rate_increment = 0;
2929
static bool iterate_after_waitevent = false;
3030

3131
static void SDLCALL MainCallbackRateHintChanged(void *userdata, const char *name, const char *oldValue, const char *newValue)

0 commit comments

Comments
 (0)