summaryrefslogtreecommitdiff
path: root/src/spritebatch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/spritebatch.cpp')
-rw-r--r--src/spritebatch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spritebatch.cpp b/src/spritebatch.cpp
index 91e04ba..2dd5463 100644
--- a/src/spritebatch.cpp
+++ b/src/spritebatch.cpp
@@ -1,4 +1,4 @@
-#include "spritebatch.hpp"
+#include "opengl/spritebatch.hpp"
SpriteBatch::SpriteBatch(GeoShader theshader) : _vbo(0), _vao(0), shader(theshader)
{