diff --git a/Source/Editor/Options/InterfaceOptions.cs b/Source/Editor/Options/InterfaceOptions.cs
index 0dab5ca6e..42c648522 100644
--- a/Source/Editor/Options/InterfaceOptions.cs
+++ b/Source/Editor/Options/InterfaceOptions.cs
@@ -502,9 +502,9 @@ namespace FlaxEditor.Options
///
/// Gets or sets the curvature of the line connecting to connected visject nodes.
///
- [DefaultValue(1.0f), Range(0.0f, 2.0f)]
+ [DefaultValue(0.25f), Range(0.0f, 2.0f)]
[EditorDisplay("Visject"), EditorOrder(550)]
- public float ConnectionCurvature { get; set; } = 1.0f;
+ public float ConnectionCurvature { get; set; } = 0.25f;
///
/// Gets or sets a value that indicates wether the context menu description panel is shown or not.