From 9d7cf5e9e96a3c5a4771395c2f027da07fc12e18 Mon Sep 17 00:00:00 2001 From: Digvijaysinh Gohil Date: Tue, 12 Mar 2024 17:50:44 +0530 Subject: [PATCH] Update ReplaceColor.gd --- addons/ShaderLib/Artistic/Adjustment/ReplaceColor.gd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/ShaderLib/Artistic/Adjustment/ReplaceColor.gd b/addons/ShaderLib/Artistic/Adjustment/ReplaceColor.gd index f7c6065..1f6eace 100644 --- a/addons/ShaderLib/Artistic/Adjustment/ReplaceColor.gd +++ b/addons/ShaderLib/Artistic/Adjustment/ReplaceColor.gd @@ -38,6 +38,8 @@ func _get_input_port_type(port: int) -> PortType: func _get_input_port_default_value(port: int) -> Variant: match port: + 1, 2: + return Vector3(0.0, 0.0, 0.0) 3, 4: return 0.0 _: