ncannasse 7 年之前
父节点
当前提交
7ff9c7202f
共有 1 个文件被更改,包括 2 次插入2 次删除
  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>