]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/batch.cpp
An assortment of minor fixes
[libs/gl.git] / source / core / batch.cpp
index 83b7d49b53b69885799a03bfea9e9f33cbb7b4f4..56c25efb592e990e7438eae5932c53b4b9af7b72 100644 (file)
@@ -47,8 +47,7 @@ namespace GL {
 Batch::Batch(PrimitiveType t):
        BatchBackend(t),
        prim_type(t),
-       index_type(VOID),
-       max_index(0)
+       index_type(VOID)
 {
        set_index_type(UNSIGNED_SHORT);
 }