2
0
ncannasse 11 жил өмнө
parent
commit
02f46bc480

+ 1 - 0
h3d/prim/BigPrimitive.hx

@@ -96,6 +96,7 @@ class BigPrimitive extends Primitive {
 			flush();
 			tmpBuf = new hxd.FloatBuffer();
 			tmpIdx = new hxd.IndexBuffer();
+			start = 0;
 		}
 		var cr = Math.cos(rotation);
 		var sr = Math.sin(rotation);