AnimatedWalkingAnt

This commit is contained in:
Pascal Serrarens 2026-03-06 17:03:41 +01:00
parent 4805e81f09
commit b3423b99a7

View File

@ -462,7 +462,7 @@ public class Cluster : Nucleus {
// no bias+synapse input state calculation for now...
if (this.computeOrders.ContainsKey(startNucleus) == false) {
Debug.LogError($"{this.name} compute orders does not contain an order for {startNucleus.name}");
//Debug.LogError($"{this.name} compute orders does not contain an order for {startNucleus.name}");
return;
}