Move Render Methods into SimulationService
This commit is contained in:
parent
58971016da
commit
bbfb2f735b
4 changed files with 14 additions and 13 deletions
|
|
@ -49,6 +49,6 @@ class ConfigurationComponent {
|
|||
ConfigurationComponent(this.engine, this.sim);
|
||||
|
||||
void onEdgesClicked() {
|
||||
engine.toggleGrid();
|
||||
sim.toggleGrid();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue