Remove ConfigurationService

Replaced with direct access to both EngineService and SimulationService.
This commit is contained in:
Unknown 2018-10-18 12:51:35 +02:00
parent 99ead8691b
commit 58971016da
7 changed files with 41 additions and 108 deletions

View file

@ -35,6 +35,7 @@ class ControlsComponent {
void onRandomClicked() {
sim.addRandomPattern();
engine.stop();
}
void onClearClicked() {