mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 08:10:15 +02:00
fix stylus
This commit is contained in:
parent
4dcce6ef45
commit
6799b9ca13
1 changed files with 2 additions and 0 deletions
|
@ -264,6 +264,8 @@ Script.include("/~/system/libraries/controllers.js");
|
||||||
if (!this.stylusTip.valid || this.overlayLaserActive(controllerData) || this.otherModuleNeedsToRun(controllerData)) {
|
if (!this.stylusTip.valid || this.overlayLaserActive(controllerData) || this.otherModuleNeedsToRun(controllerData)) {
|
||||||
this.pointFinger(false);
|
this.pointFinger(false);
|
||||||
this.hideStylus();
|
this.hideStylus();
|
||||||
|
this.stylusTouchingTarget = false;
|
||||||
|
this.relinquishTouchFocus();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue