Improve ant walking speed
This commit is contained in:
parent
7187f61b4e
commit
551b4d9cea
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user