clementlandrin 5 月之前
父节点
当前提交
7ef931b3b2
共有 1 个文件被更改,包括 0 次插入1 次删除
  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;