Fix activating debug mode before loading a level
This commit is contained in:
parent
9d9c5a3988
commit
829184056e
@ -763,7 +763,9 @@ class Player extends PrimaryView {
|
||||
this._redraw();
|
||||
});
|
||||
|
||||
this.update_ui();
|
||||
if (this.level) {
|
||||
this.update_ui();
|
||||
}
|
||||
}
|
||||
|
||||
activate() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user