aboutsummaryrefslogtreecommitdiff
path: root/src/engine/graphics/matrix.hpp
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-06-08 16:47:48 +0200
committerHampusM <hampus@hampusmat.com>2022-06-13 17:57:01 +0200
commit7e84d664079d9c407bdf94861825bb05ccf1b0f7 (patch)
tree6c0caeb168379a4978b2bc074133f3942276af47 /src/engine/graphics/matrix.hpp
parent45e3ae285c63d91dcac426cffdd9d9648e48399b (diff)
refactor: move matrix iterator to engine graphics folder
Diffstat (limited to 'src/engine/graphics/matrix.hpp')
-rw-r--r--src/engine/graphics/matrix.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/graphics/matrix.hpp b/src/engine/graphics/matrix.hpp
index fb08b29..7b4d037 100644
--- a/src/engine/graphics/matrix.hpp
+++ b/src/engine/graphics/matrix.hpp
@@ -4,7 +4,7 @@
#include "engine/data/bounds.hpp"
#include "engine/data/vector2.hpp"
-#include "engine/matrix_iterator.hpp"
+#include "engine/graphics/matrix_iterator.hpp"
#include <gsl/pointers>