From 4e57bd1f18996990546920f2242a58894c6cec81 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Fri, 22 Jan 2016 01:22:45 +0100 Subject: 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 --- src/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core.c') 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 // GLEW extensions loading lib -- cgit v1.2.3