X-Git-Url: https://eleni.mutantstargoat.com/git/?p=demo;a=blobdiff_plain;f=src%2Fopengl%2Fmesh-gl.h;fp=src%2Fopengl%2Fmesh-gl.h;h=ca4c0580d2ec21770c999d22f01467a408889ec4;hp=833e2db7415556ca8216c88d0a5f73d5b00270dc;hb=d90ed8aef9e3547eee75ad793c352ee022d35050;hpb=855c42d8e50fff743fd7b1be5e91cb0db18def77 diff --git a/src/opengl/mesh-gl.h b/src/opengl/mesh-gl.h index 833e2db..ca4c058 100644 --- a/src/opengl/mesh-gl.h +++ b/src/opengl/mesh-gl.h @@ -31,9 +31,9 @@ public: virtual void draw() const override; virtual void draw_normals(float scale) const override; - virtual void update_vertex_data() override; + virtual bool update_vertex_data() override; void destroy_vbo(); }; -#endif // MESH_GL_H_ \ No newline at end of file +#endif // MESH_GL_H_