ncannasse 7 years ago
parent
commit
7ff9c7202f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      libs/sdl/gl.c

+ 2 - 2
libs/sdl/gl.c

@@ -8,8 +8,8 @@
 #	include <SDL.h>
 #	include <GL/GLU.h>
 #	include <glext.h>
-#elif defined(HL_PS)
-#	include <graphic/ps_gl.h>
+#elif defined(HL_CONSOLE)
+#	include <graphic/glapi.h>
 #else
 #	include <SDL2/SDL.h>
 #	include <GL/glu.h>