소스 검색

Distortion: typo

trethaller 4 년 전
부모
커밋
a3975b77b3
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      hrt/prefab/rfx/Distortion.hx

+ 0 - 2
hrt/prefab/rfx/Distortion.hx

@@ -21,8 +21,6 @@ class Distortion extends RendererFX {
 
 	override function end( r:h3d.scene.Renderer, step:h3d.impl.RendererFX.Step ) {
 		if( step == BeforeTonemapping ) {
-			r.mark("Distortion");
-
 			r.mark("Distortion");
 			var distortionMap = r.allocTarget("distortion", true, 1.0, RG16F);
 			r.ctx.setGlobal("distortion", distortionMap);