From e23389d072ab39363bc321594a6ec7efc353c80c Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Thu, 7 May 2026 15:33:45 +0200 Subject: [PATCH] Fixes following nanobrain update --- Runtime/Scripts/Core/Cluster.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Runtime/Scripts/Core/Cluster.cs b/Runtime/Scripts/Core/Cluster.cs index 2d5a1f7..8779e03 100644 --- a/Runtime/Scripts/Core/Cluster.cs +++ b/Runtime/Scripts/Core/Cluster.cs @@ -504,9 +504,6 @@ namespace NanoBrain { public void RefreshComputeOrders() { this._computeOrders = null; } - public void RefreshComputeOrders() { - this._computeOrders = null; - } private List TopologicalSort2(Nucleus startNode) { Dictionary inDegree = new();