Browse Source

Fixed compilation on systems other than my own...

--HG--
branch : minor
Alex Szpakowski 10 years ago
parent
commit
3db4e8dea0
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/modules/graphics/opengl/OpenGL.h

+ 1 - 2
src/modules/graphics/opengl/OpenGL.h

@@ -27,8 +27,7 @@
 #include "common/Matrix.h"
 
 // GLAD
-//#include "libraries/glad/gladfuncs.hpp"
-#include <gladf/gladfuncs.hpp>
+#include "libraries/glad/gladfuncs.hpp"
 
 // C++
 #include <vector>