mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
Add grip to unequip
This commit is contained in:
parent
289cd6ba2b
commit
8343cfd687
1 changed files with 3 additions and 0 deletions
|
@ -1002,6 +1002,9 @@ function MyController(hand) {
|
|||
|
||||
this.secondaryPress = function(value) {
|
||||
_this.rawSecondaryValue = value;
|
||||
if (value > 0) {
|
||||
_this.release();
|
||||
}
|
||||
};
|
||||
|
||||
this.updateSmoothedTrigger = function() {
|
||||
|
|
Loading…
Reference in a new issue