Commit 729d3528 authored by Ilkka Ollakka's avatar Ilkka Ollakka

opengl build fix for os x

parent 0cd050a9
......@@ -55,13 +55,13 @@
# include <GL/gl.h>
# endif
#else
# if USE_OPENGL_ES
# if !USE_OPENGL_ES
# define MACOS_OPENGL
# include <OpenGL/gl.h>
# else
# include <OpenGLES/ES1/gl.h>
# include <OpenGLES/ES2/gl.h>
# include <OpenGLES/ES2/glext.h>
# else
# define MACOS_OPENGL
# include <OpenGL/gl.h>
# endif
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment