]> git.localhorst.tv Git - l2e.git/blobdiff - src/graphics/Texture.cpp
renamed namespace geometry -> math
[l2e.git] / src / graphics / Texture.cpp
index f53c82fd7030f6219332e5368ae1d435b4a4481e..db45b3d9d13d3d329dd0f13f39276421cfe5fca8 100644 (file)
@@ -4,7 +4,7 @@
 #include "../loader/TypeDescription.h"
 #include "../sdl/utility.h"
 
-using geometry::Vector;
+using math::Vector;
 using loader::FieldDescription;
 using loader::Interpreter;
 using loader::TypeDescription;