Update android_ctx.c (#9032)

This commit is contained in:
CatGreen90 2019-06-27 20:37:21 -04:00 committed by hizzlekizzle
parent c1fbf1d43b
commit 550ea0f143

View File

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