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