Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2015-03-02 19:30:13 +0000
committerStijn Buys <ingar@osirion.org>2015-03-02 19:30:13 +0000
commit1dcd07fc1c2f04a2a86851c5ee48f24a83baaa2f (patch)
tree4292326c7822d95326d4aba88be3a9127ba63f90 /src/render/gl.h
parentbbb7d96b6f12f5ad60204df2b0975971d81ae66c (diff)
Fixed a build problem where an SDL instead of SDL2 header was used.
Diffstat (limited to 'src/render/gl.h')
-rw-r--r--src/render/gl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/gl.h b/src/render/gl.h
index cf9e89d..487377a 100644
--- a/src/render/gl.h
+++ b/src/render/gl.h
@@ -9,7 +9,7 @@
#include "sys/sys.h"
-#include "SDL/SDL_opengl.h"
+#include "SDL2/SDL_opengl.h"
#include "math/vector2f.h"
#include "math/vector3f.h"