瀏覽代碼

Fixed MacOS 'EGL' error

seyhajin 6 年之前
父節點
當前提交
2246ff3d70
共有 1 個文件被更改,包括 1 次插入1 次删除
  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