Преглед изворни кода

MeshBatch : removed ctx argument from flush

TothBenoit пре 9 месеци
родитељ
комит
febb371cc4
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      hrt/prefab/fx/gpuemitter/GPUEmitter.hx

+ 2 - 2
hrt/prefab/fx/gpuemitter/GPUEmitter.hx

@@ -106,8 +106,8 @@ class GPUEmitterObject extends h3d.scene.MeshBatch {
 		simulationPass.addShader(new BaseSimulation());
 		simulationPass.addShader(new BaseSimulation());
 	}
 	}
 
 
-	override function flush(ctx : h3d.scene.RenderContext) {
-		super.flush(ctx);
+	override function flush() {
+		super.flush();
 
 
 		var alloc = hxd.impl.Allocator.get();
 		var alloc = hxd.impl.Allocator.get();
 		if ( particleBuffers == null )
 		if ( particleBuffers == null )