X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fbatch.h;h=51cc573b18be326ac7b3ae4c26b75cf146e77aa6;hp=f551a5e9fb0952049018d3984beb29835f8fcaf1;hb=3a1b9cbe2441ae670a97541dc8ccb0a2860c8302;hpb=7ab13563ec79b45a09f03da73acb15b39e192df9 diff --git a/source/core/batch.h b/source/core/batch.h index f551a5e9..51cc573b 100644 --- a/source/core/batch.h +++ b/source/core/batch.h @@ -36,7 +36,7 @@ private: GLenum gl_prim_type; DataType index_type; GLenum gl_index_type; - std::vector data; + std::vector data; unsigned max_index; public: