X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fvertexarray.cpp;h=e8fa36a030bf5991a89bf4ed8f79944543ced413;hb=3f4a818023513129e4eae2099c30f7842bb2ccd0;hp=996871c4094ecc659566cd460175392c6b69600a;hpb=c233a90fd05f1f5424d7fca94bb6b999f3061271;p=libs%2Fgl.git diff --git a/source/vertexarray.cpp b/source/vertexarray.cpp index 996871c4..e8fa36a0 100644 --- a/source/vertexarray.cpp +++ b/source/vertexarray.cpp @@ -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); }