mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 12:24:26 +02:00
enforce more button clicking logic
This commit is contained in:
parent
1ddafa3cee
commit
2a3d0b6b17
1 changed files with 0 additions and 1 deletions
|
@ -2882,7 +2882,6 @@ function MyController(hand) {
|
||||||
this.touchingEnterTimer += dt;
|
this.touchingEnterTimer += dt;
|
||||||
|
|
||||||
if (this.state == STATE_OVERLAY_STYLUS_TOUCHING && this.triggerSmoothedSqueezed()) {
|
if (this.state == STATE_OVERLAY_STYLUS_TOUCHING && this.triggerSmoothedSqueezed()) {
|
||||||
this.setState(STATE_OFF, "trigger squeezed");
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue