From acf7254fe8337e8b06462555d09d6521723c2024 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sun, 27 Nov 2022 08:06:33 +0100 Subject: macOS+OpenGL3: remove "warning: gl.h and gl3.h are both included" --- documentation/src/opengl.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/src') diff --git a/documentation/src/opengl.dox b/documentation/src/opengl.dox index 7b544d2aa..6ab4dc2f7 100644 --- a/documentation/src/opengl.dox +++ b/documentation/src/opengl.dox @@ -588,7 +588,7 @@ pacman -S mingw-w64-x86_64-glew \par Source-level changes for OpenGL 3: -\li Put this in all OpenGL-using source files (instead of \#include , +\li Put this in all OpenGL-using source files (instead of, or before if needed, \#include , and before \#include if you use GLUT): \code #if defined(__APPLE__) -- cgit v1.2.3