X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fmesh.h;h=0111bb7798908348cfb09080631c29d7c3e1f6cc;hp=57ffce4722e30efce84ff588741d9b845f7d108b;hb=d493917dbc215cd6ba3f8773a52a289d9f14380d;hpb=a3cc9f4469153396c7ad0868f3cbb2d2f698d710 diff --git a/source/core/mesh.h b/source/core/mesh.h index 57ffce47..0111bb77 100644 --- a/source/core/mesh.h +++ b/source/core/mesh.h @@ -91,7 +91,7 @@ public: const VertexSetup &get_vertex_setup() const { return vtx_setup; } const Buffer *get_index_buffer() const { return ibuf; } unsigned get_n_vertices() const; - float *modify_vertex(unsigned); + char *modify_vertex(unsigned); void add_batch(const Batch &b); const std::vector &get_batches() const { return batches; }