(iOS) Build fix
This commit is contained in:
parent
43e6637768
commit
1697be1908
|
@ -45,7 +45,7 @@ static bool gfx_ctx_set_video_mode(
|
|||
static void gfx_ctx_update_window_title(void)
|
||||
{
|
||||
char buf[128];
|
||||
gfx_get_fps(bu, sizeof(buf), false);
|
||||
gfx_get_fps(buf, sizeof(buf), false);
|
||||
}
|
||||
|
||||
static void gfx_ctx_check_window(bool *quit,
|
||||
|
|
Loading…
Reference in New Issue