This commit is contained in:
_Bastler
2021-05-17 15:24:56 +02:00
parent 16aa859844
commit cad36a7e40
5 changed files with 44 additions and 19 deletions
@@ -173,7 +173,7 @@ export class UserInputManager {
}
destroy(): void {
this.joystick && this.joystick.destroy();
this.joystick?.destroy();
}
private initMouseWheel() {