mirror of
https://github.com/fltk/fltk.git
synced 2026-05-22 23:37:02 +08:00
Documentation: replace TRUE -> GL_TRUE to define glewExperimental
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10940 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user