(iOS) Build fix

This commit is contained in:
twinaphex 2013-06-14 02:18:48 +02:00
parent 43e6637768
commit 1697be1908

View File

@ -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,