World.update: make private
This commit is contained in:
@@ -46,7 +46,7 @@ class World {
|
||||
this.desktopManager.update();
|
||||
}
|
||||
|
||||
public update() {
|
||||
private update() {
|
||||
this.desktopManager.getCurrentDesktop().arrange();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user