changed a comment
This commit is contained in:
parent
96c202115d
commit
a42a6d69ea
|
|
@ -226,7 +226,7 @@ public class Simulator extends Thread {
|
||||||
|
|
||||||
}
|
}
|
||||||
if(i==agents.size() && removal ==false){
|
if(i==agents.size() && removal ==false){
|
||||||
//if we find no corresponding agent we add one
|
//if we find no corresponding agent after the for loop, we add one
|
||||||
System.out.println("no agents to remove, proceeding with creation");
|
System.out.println("no agents to remove, proceeding with creation");
|
||||||
setSheep(x, y);
|
setSheep(x, y);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue