From 6be0b48270f49f3e754228d8402fa8f516a5af27 Mon Sep 17 00:00:00 2001 From: Saas Date: Fri, 3 Apr 2026 18:47:59 +0200 Subject: [PATCH] tweak visject default curvature --- Source/Editor/Options/InterfaceOptions.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.