From 169f7f4ed9154374bceccfa474913a82cb755e3b Mon Sep 17 00:00:00 2001 From: Bigfoot71 Date: Sat, 17 May 2025 15:16:32 +0200 Subject: [PATCH] temp tweak --- src/rlgl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rlgl.h b/src/rlgl.h index 23d598288..9c57f39a8 100644 --- a/src/rlgl.h +++ b/src/rlgl.h @@ -849,7 +849,7 @@ RLAPI void rlLoadDrawQuad(void); // Load and draw a quad #define SW_MALLOC(sz) RL_MALLOC(sz) #define SW_REALLOC(ptr, newSz) RL_REALLOC(ptr, newSz) #define SW_FREE(ptr) RL_FREE(ptr) - #include // OpenGL 1.1 software implementation + #include "./external/rlsw.h" // OpenGL 1.1 software implementation #else #if defined(__APPLE__) #include // OpenGL 1.1 library for OSX