diff --git a/src/js/scene.js b/src/js/scene.js index 1bddd22..f072fb5 100644 --- a/src/js/scene.js +++ b/src/js/scene.js @@ -18,10 +18,6 @@ export class Scene { this.addLayer(layer); - this.init(width, height); - } - - init(width, height) { this.setScreenSize(width, height); }