mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:03:53 +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) {
|
||||
if ( controllerData.secondaryValues[this.hand] > dispatcherUtils.BUMPER_ON_VALUE) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
return ( controllerData.secondaryValues[this.hand] > dispatcherUtils.BUMPER_ON_VALUE);
|
||||
};
|
||||
|
||||
this.getTargetProps = function(controllerData) {
|
||||
|
|
Loading…
Reference in a new issue