diff options
| author | Rémi Verschelde | 2017-01-06 22:41:51 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-01-06 22:42:19 +0100 |
| commit | dc0d08cc9379abc190788fb494b798074b64134c (patch) | |
| tree | 52cb417345cfc8474d92d79c5962b7b8a7de2442 /platform/osx/platform_config.h | |
| parent | 55b601d62be967dae841d7d88c1c1d8aa3754e4e (diff) | |
| download | godot-dc0d08cc9379abc190788fb494b798074b64134c.tar.gz godot-dc0d08cc9379abc190788fb494b798074b64134c.tar.zst godot-dc0d08cc9379abc190788fb494b798074b64134c.zip | |
Diffstat (limited to 'platform/osx/platform_config.h')
| -rw-r--r-- | platform/osx/platform_config.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/platform/osx/platform_config.h b/platform/osx/platform_config.h index e661b3da7..834d0141a 100644 --- a/platform/osx/platform_config.h +++ b/platform/osx/platform_config.h @@ -28,7 +28,5 @@ /*************************************************************************/ #include <alloca.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 GLES3_INCLUDE_H "glad/glad.h" #define PTHREAD_RENAME_SELF |
