mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 08:56:36 +02:00
Merge pull request #11587 from druiz17/stylus-fix
Fix Stylus in Tablet + Grab with Hand Results in the other Stylus being Dysfunctional
This commit is contained in:
commit
9f3331ec19
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