Make clear map function name more concise
Renam resetting the grid to clearMap.
This commit is contained in:
parent
66c273c783
commit
e115ed2f48
3 changed files with 10 additions and 10 deletions
|
|
@ -18,7 +18,7 @@ class SimulationService {
|
|||
}
|
||||
|
||||
void reset() {
|
||||
_sim.reset();
|
||||
_sim.clearMap();
|
||||
}
|
||||
|
||||
void addRandomPattern() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue