aboutsummaryrefslogtreecommitdiff
path: root/src/o3d/vertex_data.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/o3d/vertex_data.hpp')
-rw-r--r--src/o3d/vertex_data.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/o3d/vertex_data.hpp b/src/o3d/vertex_data.hpp
index f70100c..fa62271 100644
--- a/src/o3d/vertex_data.hpp
+++ b/src/o3d/vertex_data.hpp
@@ -3,9 +3,6 @@
#include "math/vector.hpp"
-using
- engine::math::Vector3;
-
namespace engine::o3d {
struct VertexData {
@@ -21,7 +18,7 @@ struct VertexData {
};
}
- Vector3 world_loc;
+ engine::math::Vector3 world_loc;
};
}