From 8418ca56e8cfeb6071264fbd5b991694590492cf Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Sat, 16 Dec 2023 18:16:00 +0100 Subject: [PATCH] Missing comment part --- Source/Editor/Surface/VisualScriptSurface.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Editor/Surface/VisualScriptSurface.cs b/Source/Editor/Surface/VisualScriptSurface.cs index 90312c6b7..4635e09d7 100644 --- a/Source/Editor/Surface/VisualScriptSurface.cs +++ b/Source/Editor/Surface/VisualScriptSurface.cs @@ -144,7 +144,7 @@ namespace FlaxEditor.Surface var connections = box.Connections; if (connections.Count == 0 && box.Archetype.ValueIndex >= 0 && box.ParentNode.Values != null && box.Archetype.ValueIndex < box.ParentNode.Values.Length) { - // Special case when there is no value but the box has no connection and uses + // Special case when there is no value but the box has no connection and uses default value var defaultValue = box.ParentNode.Values[box.Archetype.ValueIndex]; if (defaultValue != null) {