Merge pull request #480 from M4xi1m3/omega-dev

[ion/web] Fixed emscripten EGL error
This commit is contained in:
Maxime FRIESS
2021-02-18 15:48:06 +01:00
committed by GitHub

View File

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