Added some birth distance stuff

This commit is contained in:
MaxRobinsonTheGreat
2020-08-04 15:10:13 -06:00
parent ef1d78d755
commit f3fc6813a0
4 changed files with 8 additions and 1 deletions

View File

@@ -66,6 +66,7 @@ class OrganismEditor extends Environment{
var center = this.grid_map.getCenter();
this.organism = new Organism(center[0], center[1], this, orig_org);
this.organism.updateGrid();
this.controller.updateDetails();
}
getCopyOfOrg() {