home & food pheromones
This commit is contained in:
parent
9db7de16ea
commit
f5ed87f9e9
@ -124,7 +124,7 @@ public class ClusterInspector : Editor {
|
||||
}
|
||||
|
||||
void OnAddClusterOutput() {
|
||||
Nucleus newOutput = new Neuron(this.cluster, "Output 2");
|
||||
Nucleus newOutput = new Neuron(this.cluster, "New Output");
|
||||
|
||||
outputsField.choices = this.cluster.outputs.Select(output => output.name).ToList();
|
||||
outputsField.value = newOutput.name;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user