summaryrefslogtreecommitdiff
path: root/documentation/src
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/src')
-rw-r--r--documentation/src/opengl.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/src/opengl.dox b/documentation/src/opengl.dox
index 6b1b75ad9..00bcf19bc 100644
--- a/documentation/src/opengl.dox
+++ b/documentation/src/opengl.dox
@@ -508,7 +508,7 @@ If GLEW is installed on the Mac OS development platform, it is possible
to use the same code for all platforms, with one exception: put
\code
#ifdef __APPLE__
-glewExperimental = TRUE;
+glewExperimental = GL_TRUE;
#endif
\endcode
before the glewInit() call.