Browse Source

Fixed MacOS 'EGL' error

seyhajin 6 years ago
parent
commit
2246ff3d70
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/sdl2/SDL/include/SDL_config_macosx.h

+ 1 - 1
modules/sdl2/SDL/include/SDL_config_macosx.h

@@ -208,7 +208,7 @@
 #define SDL_VIDEO_OPENGL_ES2    1
 #endif
 #ifndef SDL_VIDEO_OPENGL_EGL
-#define SDL_VIDEO_OPENGL_EGL    1
+#define SDL_VIDEO_OPENGL_EGL    0 //!\\ sey was here! (from 1 to 0)
 #endif
 #ifndef SDL_VIDEO_OPENGL_CGL
 #define SDL_VIDEO_OPENGL_CGL    1