jcbrockschmidt / agario_a-life

An Agario-esque artificial life simulation,
GNU General Public License v2.0
1 stars 0 forks source link

Out of Range Error #1

Closed jcbrockschmidt closed 9 years ago

jcbrockschmidt commented 9 years ago

There appears to be a reoccurring out of range error while calling sim::kill. In other words, sim::kill is being called, asking to delete a blob that is not in the population. This error could also mean the that the wrong blob is being killed off in some cases.