mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-19 12:49: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();
|
this.triggerReset();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
startFarGrabNonColliding: function () {
|
||||||
|
this.triggerReset();
|
||||||
|
},
|
||||||
|
|
||||||
triggerReset: function () {
|
triggerReset: function () {
|
||||||
MasterReset();
|
MasterReset();
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue