Pheromone dispersal first pass.

This commit is contained in:
2016-06-26 23:47:19 -04:00
parent 5d4529f6d8
commit fef86e140a
8 changed files with 74 additions and 55 deletions

View File

@@ -53,7 +53,7 @@ void GlGui::draw() {
ogl::reshape(w(), h());
}
phero_map->s_update();
phero_map->s_evaporate();
ogl::display();
}