FEATURE: added the env variable DISABLE_DIRTY_CHECKS
This commit is contained in:
parent
1466d7481c
commit
a23e72454d
9 changed files with 20 additions and 6 deletions
|
@ -173,7 +173,7 @@ export class UserInputManager {
|
|||
}
|
||||
|
||||
destroy(): void {
|
||||
this.joystick.destroy();
|
||||
this.joystick?.destroy();
|
||||
}
|
||||
|
||||
private initMouseWheel() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue