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