Kaynağa Gözat

Fix temporalBloom missing texture

ShiroSmith 5 yıl önce
ebeveyn
işleme
ac1fedfd30
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      hrt/prefab/rfx/TemporalBloom.hx

+ 1 - 0
hrt/prefab/rfx/TemporalBloom.hx

@@ -219,6 +219,7 @@ class TemporalBloom extends RendererFX {
 				ctx.engine.popTarget();
 			}
 
+			tonemap.bloomTexture = curTarget;
 			r.addShader(tonemap);
 		}
 	}