]> git.tdb.fi Git - libs/gl.git/blobdiff - source/vertexarray.cpp
Remove VertexArray's own dirty member now that it's a Bufferable
[libs/gl.git] / source / vertexarray.cpp
index 996871c4094ecc659566cd460175392c6b69600a..e8fa36a030bf5991a89bf4ed8f79944543ced413 100644 (file)
@@ -11,8 +11,7 @@ using namespace std;
 namespace Msp {
 namespace GL {
 
-VertexArray::VertexArray(const VertexFormat &f):
-       dirty(false)
+VertexArray::VertexArray(const VertexFormat &f)
 {
        reset(f);
 }