Re-Add Canvas to Simulation component

This commit is contained in:
Marty Oehme 2018-08-25 15:01:00 +02:00
parent 71023de49a
commit 3c27f5ef38

View file

@ -29,6 +29,6 @@ class SimulationComponent implements OnInit {
the canvas did not load correctly :(
''', canvas.width / 2 - 50, canvas.height / 2);
// engineService.create(canvas);
engineService.canvas = canvas;
}
}