small change

This commit is contained in:
druiz17 2017-09-21 09:07:49 -07:00
parent 2d7d6f85ba
commit 65e0c99618

View file

@ -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) {