mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
remove pointing at system overlay and overlay at point checks
This commit is contained in:
parent
ffb9a47be0
commit
cde111d601
1 changed files with 0 additions and 3 deletions
|
@ -667,9 +667,6 @@ SelectionDisplay = (function() {
|
|||
activeHand = (activeHand === Controller.Standard.RightHand) ?
|
||||
Controller.Standard.LeftHand : Controller.Standard.RightHand;
|
||||
}
|
||||
if (Reticle.pointingAtSystemOverlay || Overlays.getOverlayAtPoint(Reticle.position)) {
|
||||
return;
|
||||
}
|
||||
that.mousePressEvent({});
|
||||
} else if (that.triggered && (value < that.TRIGGER_OFF_VALUE)) {
|
||||
that.triggered = false;
|
||||
|
|
Loading…
Reference in a new issue