synapse weight change updates nanobrain

This commit is contained in:
Pascal Serrarens 2026-03-05 17:17:38 +01:00
parent 28ef70c773
commit 4805e81f09

View File

@ -768,6 +768,7 @@ public class ClusterInspector : Editor {
}
else
synapse.weight = newWeight;
anythingChanged = true;
}
EditorGUI.indentLevel--;
}