Browse Source

wrong case

David Rose 20 năm trước cách đây
mục cha
commit
c5844965e4
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      panda/src/glgsg/glgsg.h

+ 2 - 2
panda/src/glgsg/glgsg.h

@@ -47,8 +47,8 @@
 #include <OpenGL/gl.h>
 #include <OpenGL/gl.h>
 #include <OpenGL/glu.h>
 #include <OpenGL/glu.h>
 #else
 #else
-#include <gl/gl.h>
-#include <gl/glu.h>
+#include <GL/gl.h>
+#include <GL/glu.h>
 #endif 
 #endif 
 
 
 #include "glstuff_src.h"
 #include "glstuff_src.h"