This commit is contained in:
@@ -137,7 +137,7 @@ class PointerControls extends Controls {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get running(){
|
get running(){
|
||||||
return this.moving && this.kb.ShiftLeft;
|
return this.moving && (this.kb.ShiftLeft || this.engine.xrController2?.gamepad?.buttons[1]?.pressed);
|
||||||
}
|
}
|
||||||
|
|
||||||
get input() {
|
get input() {
|
||||||
|
|||||||
Reference in New Issue
Block a user