aboutsummaryrefslogtreecommitdiff
path: root/src/core.c
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2016-01-22 01:22:45 +0100
committerraysan5 <raysan5@gmail.com>2016-01-22 01:22:45 +0100
commit4e57bd1f18996990546920f2242a58894c6cec81 (patch)
tree9f64acf4616f47b285b5022656c0d0aad8d0a053 /src/core.c
parent455be7f6f6dfd80d36ffe42cf09618aef4c1f43e (diff)
downloadraylib-4e57bd1f18996990546920f2242a58894c6cec81.tar.gz
raylib-4e57bd1f18996990546920f2242a58894c6cec81.zip
Replaced GLEW by GLAD
Removed GLEW external dependency, now it works with GLAD Kept GLEW path, just in case... detected weird behaviour when testing with gDEBugger
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c
index d0c98cca..9b068300 100644
--- a/src/core.c
+++ b/src/core.c
@@ -55,7 +55,7 @@
#if defined(PLATFORM_DESKTOP) || defined(PLATFORM_WEB)
- #define GLEW_EXTENSIONS_LOADER
+ #define GLAD_EXTENSIONS_LOADER
#if defined(GLEW_EXTENSIONS_LOADER)
#define GLEW_STATIC
#include <GL/glew.h> // GLEW extensions loading lib