From 4805e81f0900329051aa3655ed18bc3144536cf6 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Thu, 5 Mar 2026 17:17:38 +0100 Subject: [PATCH] synapse weight change updates nanobrain --- Editor/ClusterInspector.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Editor/ClusterInspector.cs b/Editor/ClusterInspector.cs index c4af8d6..5aeb9c9 100644 --- a/Editor/ClusterInspector.cs +++ b/Editor/ClusterInspector.cs @@ -768,6 +768,7 @@ public class ClusterInspector : Editor { } else synapse.weight = newWeight; + anythingChanged = true; } EditorGUI.indentLevel--; }