X-Git-Url: https://eleni.mutantstargoat.com/git/?p=demo;a=blobdiff_plain;f=src%2Fmesh.h;fp=src%2Fmesh.h;h=394f46a6000f4e5dde6f28df55c017e6c072aa42;hp=84cbbcb6f1d0337bbab549d0fb7f7b59a335a2b8;hb=d90ed8aef9e3547eee75ad793c352ee022d35050;hpb=855c42d8e50fff743fd7b1be5e91cb0db18def77 diff --git a/src/mesh.h b/src/mesh.h index 84cbbcb..394f46a 100644 --- a/src/mesh.h +++ b/src/mesh.h @@ -31,9 +31,9 @@ public: virtual void draw() const = 0; virtual void draw_normals(float scale) const = 0; - virtual void update_vertex_data() = 0; + virtual bool update_vertex_data() = 0; virtual void transform(const Mat4 &mat); virtual void invalidate(); }; -#endif // MESH_H_ \ No newline at end of file +#endif // MESH_H_