Add grip to unequip

This commit is contained in:
Ryan Huffman 2016-09-09 15:53:18 -07:00
parent 289cd6ba2b
commit 8343cfd687

View file

@ -1002,6 +1002,9 @@ function MyController(hand) {
this.secondaryPress = function(value) {
_this.rawSecondaryValue = value;
if (value > 0) {
_this.release();
}
};
this.updateSmoothedTrigger = function() {