2
0
Эх сурвалжийг харах

bugfix: reset start index on clear()

ncannasse 7 жил өмнө
parent
commit
f2798b871c

+ 1 - 0
h3d/prim/BigPrimitive.hx

@@ -165,6 +165,7 @@ class BigPrimitive extends Primitive {
 		buffers = [];
 		allIndexes = [];
 		bufPos = 0;
+		idxPos = 0;
 		tmpBuf = null;
 		tmpIdx = null;
 	}