Re-Add Canvas to Simulation component
This commit is contained in:
parent
71023de49a
commit
3c27f5ef38
1 changed files with 1 additions and 1 deletions
|
@ -29,6 +29,6 @@ class SimulationComponent implements OnInit {
|
||||||
|
|
||||||
the canvas did not load correctly :(
|
the canvas did not load correctly :(
|
||||||
''', canvas.width / 2 - 50, canvas.height / 2);
|
''', canvas.width / 2 - 50, canvas.height / 2);
|
||||||
// engineService.create(canvas);
|
engineService.canvas = canvas;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue