enforce more button clicking logic

This commit is contained in:
Dante Ruiz 2017-02-03 19:13:57 +00:00
parent 1ddafa3cee
commit 2a3d0b6b17

View file

@ -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;
}