diff --git a/src/graphics/core/Mesh.inl b/src/graphics/core/Mesh.inl index 5e1edcf2..72351dd4 100644 --- a/src/graphics/core/Mesh.inl +++ b/src/graphics/core/Mesh.inl @@ -12,9 +12,9 @@ Mesh::Mesh(const MeshData& data) template Mesh::Mesh(const VertexStructure* vertexBuffer, size_t vertices, const uint32_t* indexBuffer, size_t indices, const VertexAttribute* attrs) : - ibo(0), vao(0), vbo(0), + ibo(0), vertexCount(0), indexCount(0) {