diff --git a/Source/Editor/Surface/Archetypes/Math.cs b/Source/Editor/Surface/Archetypes/Math.cs index cdbcaac03..dec8def55 100644 --- a/Source/Editor/Surface/Archetypes/Math.cs +++ b/Source/Editor/Surface/Archetypes/Math.cs @@ -156,7 +156,7 @@ namespace FlaxEditor.Surface.Archetypes Title = "Lerp", Description = "Performs a linear interpolation", Flags = NodeFlags.AllGraphs, - Size = new Float2(110, 60), + Size = new Float2(150, 60), ConnectionsHints = ConnectionsHint.Numeric, IndependentBoxes = new[] { 0, 1 }, DependentBoxes = new[] { 3 },