From a77028a36bd74d2aca2f1d885aefb22311949b5a Mon Sep 17 00:00:00 2001 From: M4x1m3 Date: Thu, 18 Feb 2021 14:04:04 +0100 Subject: [PATCH] [ion/web] Fixed emscripten EGL error --- ion/src/simulator/web/include/SDL_config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ion/src/simulator/web/include/SDL_config.h b/ion/src/simulator/web/include/SDL_config.h index 01d49299d..5bd0373c3 100644 --- a/ion/src/simulator/web/include/SDL_config.h +++ b/ion/src/simulator/web/include/SDL_config.h @@ -201,9 +201,9 @@ #ifndef SDL_VIDEO_DISABLED // #define SDL_VIDEO_DRIVER_DUMMY 1 #define SDL_VIDEO_DRIVER_EMSCRIPTEN 1 -#define SDL_VIDEO_RENDER_OGL_ES2 1 -#define SDL_VIDEO_OPENGL_ES2 1 -#define SDL_VIDEO_OPENGL_EGL 1 +// #define SDL_VIDEO_RENDER_OGL_ES2 1 +// #define SDL_VIDEO_OPENGL_ES2 1 +// #define SDL_VIDEO_OPENGL_EGL 1 #endif #ifndef SDL_POWER_DISABLED