From 550ea0f143b4b587c63ce4b257d2d2e0cdf0abcf Mon Sep 17 00:00:00 2001 From: CatGreen90 <44750311+CatGreen90@users.noreply.github.com> Date: Thu, 27 Jun 2019 20:37:21 -0400 Subject: [PATCH] Update android_ctx.c (#9032) --- gfx/drivers_context/android_ctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/drivers_context/android_ctx.c b/gfx/drivers_context/android_ctx.c index a0ea15f602..98cad61561 100644 --- a/gfx/drivers_context/android_ctx.c +++ b/gfx/drivers_context/android_ctx.c @@ -305,7 +305,7 @@ static bool android_gfx_ctx_set_video_mode(void *data, unsigned width, unsigned height, bool fullscreen) { -#if defined(HAVE_OPENGLES) || defined(HAVE_VLULKAN) +#if defined(HAVE_OPENGLES) || defined(HAVE_VULKAN) struct android_app *android_app = (struct android_app*)g_android; android_ctx_data_t *and = (android_ctx_data_t*)data; #endif