From 739b84ea284a2ec8abb7c78453af8c4105821f96 Mon Sep 17 00:00:00 2001 From: Alug Date: Thu, 1 Feb 2024 22:10:38 +0100 Subject: [PATCH] Remove GLU library loading code hope i didnt forger smth X) --- src/sdl/ogl_sdl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sdl/ogl_sdl.c b/src/sdl/ogl_sdl.c index decb626d4..8c1e79352 100644 --- a/src/sdl/ogl_sdl.c +++ b/src/sdl/ogl_sdl.c @@ -94,7 +94,6 @@ boolean LoadGL(void) CONS_Printf("If you know what is the OpenGL library's name, use -OGLlib\n"); return 0; } - #endif return SetupGLfunc(); }