2
0
Эх сурвалжийг харах

[render] Temporal bloom live update

Clément Espeute 6 сар өмнө
parent
commit
59c81d0ac5

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

@@ -189,7 +189,9 @@ class TemporalBloom extends RendererFX {
 			<dt>Strength</dt><dd><input type="range" min="0" max="1" field="temporalStrength"/></dd>
 			</dl>
 		</div>
-		'),this);
+		'),this, (pname: String) -> {
+			ctx.onChange(this, pname);
+		});
 	}
 	#end