diff --git a/com.unity.shadergraph/Editor/Data/Nodes/Math/Vector/SphereMaskNode.cs b/com.unity.shadergraph/Editor/Data/Nodes/Math/Vector/SphereMaskNode.cs index 4838fa5ae3e..23f5b7f4450 100644 --- a/com.unity.shadergraph/Editor/Data/Nodes/Math/Vector/SphereMaskNode.cs +++ b/com.unity.shadergraph/Editor/Data/Nodes/Math/Vector/SphereMaskNode.cs @@ -22,7 +22,7 @@ static string SphereMask( [Slot(1, Binding.None, 0.5f, 0.5f, 0.5f, 0.5f)] DynamicDimensionVector Center, [Slot(2, Binding.None, 0.1f, 0.1f, 0.1f, 0.1f)] Vector1 Radius, [Slot(3, Binding.None, 0.8f, 0.8f, 0.8f, 0.8f)] Vector1 Hardness, - [Slot(4, Binding.None)] out DynamicDimensionVector Out) + [Slot(4, Binding.None)] out Vector1 Out) { return @"