Remove ConfigurationService
Replaced with direct access to both EngineService and SimulationService.
This commit is contained in:
parent
99ead8691b
commit
58971016da
7 changed files with 41 additions and 108 deletions
|
|
@ -35,6 +35,7 @@ class ControlsComponent {
|
|||
|
||||
void onRandomClicked() {
|
||||
sim.addRandomPattern();
|
||||
engine.stop();
|
||||
}
|
||||
|
||||
void onClearClicked() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue