From 57308993cbe33b889034403da989a06bf3f8dad0 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Fri, 25 Apr 2014 12:01:48 +0200 Subject: [PATCH] Removed GLFW 2 option macro. GLFW_NO_GLU is a GLFW 2 feature. GLFW 3 does not include the GLU header by default. --- example/example_gl3.c | 1 - 1 file changed, 1 deletion(-) diff --git a/example/example_gl3.c b/example/example_gl3.c index f827140..c5cbe7e 100644 --- a/example/example_gl3.c +++ b/example/example_gl3.c @@ -20,7 +20,6 @@ #ifdef NANOVG_GLEW # include #endif -#define GLFW_NO_GLU #ifdef __APPLE__ # define GLFW_INCLUDE_GLCOREARB #endif