clementlandrin 5 tháng trước cách đây
mục cha
commit
7ef931b3b2
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      h3d/scene/MeshBatch.hx

+ 0 - 1
h3d/scene/MeshBatch.hx

@@ -541,7 +541,6 @@ class MeshBatch extends MultiMaterial {
 	}
 
 	function cleanPasses() {
-		var alloc = hxd.impl.Allocator.get();
 		while( dataPasses != null ) {
 			dataPasses.clean();
 			dataPasses = dataPasses.next;