Update android_ctx.c (#9032)
This commit is contained in:
parent
c1fbf1d43b
commit
550ea0f143
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue