From 2a3d0b6b1770a29dcfc8ede5407c7849e4b5ed2d Mon Sep 17 00:00:00 2001 From: Dante Ruiz Date: Fri, 3 Feb 2017 19:13:57 +0000 Subject: [PATCH] enforce more button clicking logic --- scripts/system/controllers/handControllerGrab.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/system/controllers/handControllerGrab.js b/scripts/system/controllers/handControllerGrab.js index d2c9fdc05a..109d5171c4 100644 --- a/scripts/system/controllers/handControllerGrab.js +++ b/scripts/system/controllers/handControllerGrab.js @@ -2882,7 +2882,6 @@ function MyController(hand) { this.touchingEnterTimer += dt; if (this.state == STATE_OVERLAY_STYLUS_TOUCHING && this.triggerSmoothedSqueezed()) { - this.setState(STATE_OFF, "trigger squeezed"); return; }