ncannasse 11 年之前
父节点
当前提交
02f46bc480
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      h3d/prim/BigPrimitive.hx

+ 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);