From a09e305a372279c055309d8cf3c3c8eafe27d493 Mon Sep 17 00:00:00 2001 From: Le Juez Victor <90587919+Bigfoot71@users.noreply.github.com> Date: Sun, 6 Aug 2023 19:34:39 +0200 Subject: [PATCH] Fix APP_CMD_TERM_WINDOW for Android --- src/rcore.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rcore.c b/src/rcore.c index 0690114ee..732cc7e47 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -5904,7 +5904,6 @@ static void AndroidCommandCallback(struct android_app *app, int32_t cmd) CORE.Window.surface = EGL_NO_SURFACE; } - CORE.Window.device = EGL_NO_DISPLAY; CORE.Android.contextRebindRequired = true; } // If 'CORE.Window.device' is already set to 'EGL_NO_DISPLAY'