mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
Adding far grab event to reset switch
This commit is contained in:
parent
f230dcd1c0
commit
3e822dbfc6
1 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,10 @@
|
|||
this.triggerReset();
|
||||
},
|
||||
|
||||
startFarGrabNonColliding: function () {
|
||||
this.triggerReset();
|
||||
},
|
||||
|
||||
triggerReset: function () {
|
||||
MasterReset();
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue