mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:35:08 +02:00
Lasers now interact with the tablet in edit mode.
This commit is contained in:
parent
aeb02001ed
commit
28dac9d802
1 changed files with 1 additions and 1 deletions
|
@ -1910,7 +1910,7 @@ function MyController(hand) {
|
|||
Overlays.sendHoverOverOverlay(overlay, pointerEvent);
|
||||
}
|
||||
|
||||
if (this.triggerSmoothedGrab() && !isEditing()) {
|
||||
if (this.triggerSmoothedGrab()) {
|
||||
this.grabbedOverlay = overlay;
|
||||
this.setState(STATE_OVERLAY_LASER_TOUCHING, "begin touching overlay '" + overlay + "'");
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue