Commit 81f7d8c1 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

opengl: Fix a typo.

parent f2ca5228
......@@ -38,7 +38,7 @@
#elif USE_OPENGL_ES == 2
# include <OpenGLES/ES2/gl.h>
# include <OpenGLES/ES2/glext.h>
#elif defindef(__APPLE__)
#elif defined(__APPLE__)
# define MACOS_OPENGL
# include <OpenGL/gl.h>
# include <OpenGL/glext.h>
......
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