Adding far grab event to reset switch

This commit is contained in:
ericrius1 2015-10-07 18:03:17 -07:00
parent f230dcd1c0
commit 3e822dbfc6

View file

@ -40,6 +40,10 @@
this.triggerReset();
},
startFarGrabNonColliding: function () {
this.triggerReset();
},
triggerReset: function () {
MasterReset();
},