Improve ant walking speed

This commit is contained in:
Pascal Serrarens 2026-05-05 14:05:51 +02:00
parent 7187f61b4e
commit 551b4d9cea

View File

@ -503,6 +503,9 @@ namespace NanoBrain {
}
protected void DrawOutputs(Vector2 parentPos, float size) {
if (this.currentCluster == null)
return;
// Determine the maximum value in this layer
// This is used to 'scale' the output value colors of the nuclei
float maxValue = 0;