mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 02:23:38 +02:00
small change
This commit is contained in:
parent
2d7d6f85ba
commit
65e0c99618
1 changed files with 1 additions and 4 deletions
|
@ -35,10 +35,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
this.bumperPressed = function(controllerData) {
|
this.bumperPressed = function(controllerData) {
|
||||||
if ( controllerData.secondaryValues[this.hand] > dispatcherUtils.BUMPER_ON_VALUE) {
|
return ( controllerData.secondaryValues[this.hand] > dispatcherUtils.BUMPER_ON_VALUE);
|
||||||
return true;
|
|
||||||
}
|
|
||||||
return false;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
this.getTargetProps = function(controllerData) {
|
this.getTargetProps = function(controllerData) {
|
||||||
|
|
Loading…
Reference in a new issue