mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-17 05:58:28 +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)) {
|
||||
this.pointFinger(false);
|
||||
this.hideStylus();
|
||||
this.stylusTouchingTarget = false;
|
||||
this.relinquishTouchFocus();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue