From 47e915cad9f7cb6a0365902345c22b925996f873 Mon Sep 17 00:00:00 2001 From: clementlandrin Date: Fri, 31 Jan 2025 10:45:28 +0100 Subject: [PATCH] Vignetting update on changes. --- hrt/prefab/rfx/Vignetting.hx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hrt/prefab/rfx/Vignetting.hx b/hrt/prefab/rfx/Vignetting.hx index 2c07a82a0..a91be35a8 100644 --- a/hrt/prefab/rfx/Vignetting.hx +++ b/hrt/prefab/rfx/Vignetting.hx @@ -57,7 +57,9 @@ class Vignetting extends RendererFX {
Radius
Softness
- '),this); + '),this, function(pname) { + ctx.onChange(this, pname); + }); super.edit(ctx); } #end