X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fbatch.cpp;h=34bd83c0d7ac07683bc3bea118c9d33a46f3e012;hp=956fe1309e80ad0b65a714b2ac000b5162c05348;hb=a86623004ba91baef76dac9275e9b79366acce16;hpb=126161d1d44ab9503bc747d24a07b7b9d15e527a diff --git a/source/batch.cpp b/source/batch.cpp index 956fe130..34bd83c0 100644 --- a/source/batch.cpp +++ b/source/batch.cpp @@ -97,7 +97,7 @@ void Batch::set_data_type(DataType t) Batch &Batch::append(unsigned i) { append_index(i); - + update_offset(); dirty = true;