From c062f8d4fe3b600ea63a7a7f783963cf3d6aca84 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Sun, 1 Mar 2015 16:00:52 +0100 Subject: Redesign shader system and more Shader system has been completely redesigned Added support for multiple texture color modes --- src/core.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core.c') diff --git a/src/core.c b/src/core.c index bfd24a85..c61381fd 100644 --- a/src/core.c +++ b/src/core.c @@ -1347,6 +1347,7 @@ static void InitGraphics(void) windowReady = true; // IMPORTANT! #endif } + #if defined(PLATFORM_DESKTOP) || defined(PLATFORM_WEB) // GLFW3 Error Callback, runs on GLFW3 error static void ErrorCallback(int error, const char *description) -- cgit v1.2.3