ShiroSmith 4 年 前
コミット
3bc340874d
1 ファイル変更4 行追加0 行削除
  1. 4 0
      h3d/scene/MeshBatch.hx

+ 4 - 0
h3d/scene/MeshBatch.hx

@@ -110,6 +110,10 @@ class MeshBatch extends Mesh {
 							batchShaders = cur.next;
 						cur = cur.next;
 					}
+					else {
+						prev = cur;
+						cur = cur.next;
+					}
 				}
 				else {
 					prev = cur;