X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmesh.cpp;h=869ea671faeed0493ca4109dce4d27cddd1647e2;hb=d6ec375442b31d052b9fcb013508ad7523749147;hp=3e9e118ac52e6a9eb40b47345cce0f9692d9b140;hpb=b9844472a5ec8fad571809409f6ed4203531d825;p=libs%2Fgl.git diff --git a/source/mesh.cpp b/source/mesh.cpp index 3e9e118a..869ea671 100644 --- a/source/mesh.cpp +++ b/source/mesh.cpp @@ -183,7 +183,7 @@ void Mesh::bind() const if(!vao_id) { unbind(); - vertices.apply(); + vertices.apply(false); } else if(set_current(this)) {