Skip to content

Commit

Permalink
Silence OpenGL warnings on macOS for now
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichenggeng committed Nov 21, 2020
1 parent ceee228 commit 4943db1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pens/main/oglpen.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
*/

#ifdef __APPLE__
#define GL_SILENCE_DEPRECATION
#include <OpenGL/glu.h>
#include <GLUT/glut.h>
#else
Expand Down

0 comments on commit 4943db1

Please sign in to comment.