remove init() from scene

This commit is contained in:
Alexander Popov 2023-04-06 18:13:39 +03:00
parent f056459b81
commit 8937bc7dfa
Signed by: iiiypuk
GPG Key ID: E47FE0AB36CD5ED6
1 changed files with 0 additions and 4 deletions

View File

@ -18,10 +18,6 @@ export class Scene {
this.addLayer(layer);
this.init(width, height);
}
init(width, height) {
this.setScreenSize(width, height);
}