diff options
| author | BastiaanOlij | 2017-01-04 21:56:56 +1100 |
|---|---|---|
| committer | BastiaanOlij | 2017-01-04 23:34:02 +1100 |
| commit | 55d425807f6f1784d6ffd84586ae7efd77c1b352 (patch) | |
| tree | d0bf39db6098ef54b502ba157c406f1d107e917c /platform/osx/platform_config.h | |
| parent | 76c2e8583e70e8c976a306e77a40e8e7226aa249 (diff) | |
| download | godot-55d425807f6f1784d6ffd84586ae7efd77c1b352.tar.gz godot-55d425807f6f1784d6ffd84586ae7efd77c1b352.tar.zst godot-55d425807f6f1784d6ffd84586ae7efd77c1b352.zip | |
Diffstat (limited to 'platform/osx/platform_config.h')
| -rw-r--r-- | platform/osx/platform_config.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/platform/osx/platform_config.h b/platform/osx/platform_config.h index e3c1ee031..e661b3da7 100644 --- a/platform/osx/platform_config.h +++ b/platform/osx/platform_config.h @@ -28,6 +28,7 @@ /*************************************************************************/ #include <alloca.h> -#define GLES2_INCLUDE_H "GL/glew.h" -#define GLES3_INCLUDE_H "GL/glew.h" +//#define GLES2_INCLUDE_H "GL/glew.h" +//#define GLES3_INCLUDE_H "GL/glew.h" +#define GLES3_INCLUDE_H "gl_context/glad/glad.h" #define PTHREAD_RENAME_SELF |
