2
0
ShiroSmith 4 жил өмнө
parent
commit
3bc340874d

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