소스 검색

GPUMeshBatch : fix typo

TothBenoit 4 달 전
부모
커밋
790669bb2e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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();