This commit is contained in:
2026-03-11 16:57:34 +02:00
parent 5e142a2757
commit db200bc4c9
+1 -1
View File
@@ -137,7 +137,7 @@ class PointerControls extends Controls {
}
get running(){
return this.moving && this.kb.ShiftLeft;
return this.moving && (this.kb.ShiftLeft || this.engine.xrController2?.gamepad?.buttons[1]?.pressed);
}
get input() {