From da982c110e5113f033053317906881964ca6b182 Mon Sep 17 00:00:00 2001 From: papadanku Date: Mon, 2 Sep 2024 10:38:54 -0700 Subject: [PATCH] Update cRCAS.fx --- shaders/cRCAS.fx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shaders/cRCAS.fx b/shaders/cRCAS.fx index bb904b1..70c6102 100644 --- a/shaders/cRCAS.fx +++ b/shaders/cRCAS.fx @@ -11,7 +11,7 @@ uniform float _Sharpening < ui_type = "slider"; ui_min = 0.0; ui_max = 1.0; -> = 1.0; +> = 0.0; #include "shared/fidelityfx/cRCAS.fxh"