Browse Source

GPUMeshBatch : fix typo

TothBenoit 4 tháng trước cách đây
mục cha
commit
790669bb2e
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      h3d/scene/GPUMeshBatch.hx

+ 0 - 1
h3d/scene/GPUMeshBatch.hx

@@ -233,7 +233,6 @@ class GPUMeshBatch extends MeshBatch {
 			computeShader.radius = prim.getBounds().dimension() * 0.5;
 			computeShader.lodCount = lodCount;
 			computeShader.materialCount = materialCount;
-			computeShader.instanceCount = instanceCount;
 		}
 
 		var alloc = hxd.impl.Allocator.get();