aboutsummaryrefslogtreecommitdiff
path: root/src/o3d/vertex.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/o3d/vertex.hpp')
-rw-r--r--src/o3d/vertex.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/o3d/vertex.hpp b/src/o3d/vertex.hpp
index 8d02297..c09f26e 100644
--- a/src/o3d/vertex.hpp
+++ b/src/o3d/vertex.hpp
@@ -2,7 +2,6 @@
#define O3D_VERTEX_HPP
#include "math/vector.hpp"
-#include "o3d/vertex_data.hpp"
namespace engine::o3d {
@@ -10,7 +9,6 @@ struct Vertex {
engine::math::Vector4 vertex;
engine::math::Vector3 normal;
engine::math::Vector2 uv;
- engine::o3d::VertexData data;
};
}