World.update: make private

This commit is contained in:
Peter Fajdiga
2023-08-20 00:02:25 +02:00
parent 2f4268fc94
commit c5ec40e5ea

View File

@@ -46,7 +46,7 @@ class World {
this.desktopManager.update();
}
public update() {
private update() {
this.desktopManager.getCurrentDesktop().arrange();
}