Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorPeter Kim <pk15950@gmail.com>2022-04-03 05:47:52 +0300
committerPeter Kim <pk15950@gmail.com>2022-04-03 05:47:52 +0300
commit597b372aeb2c6e5189542076a46772c645fa1d3c (patch)
tree90ca7215edf71dcbe403039975be16de7028ce34 /source
parentd34e2cc3be677ec0e0a26b4239b1d329e6822819 (diff)
Fix build error due to merge
Diffstat (limited to 'source')
-rw-r--r--source/blender/windowmanager/xr/intern/wm_xr_operators.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/xr/intern/wm_xr_operators.c b/source/blender/windowmanager/xr/intern/wm_xr_operators.c
index ca0e0bb0543..103fea99105 100644
--- a/source/blender/windowmanager/xr/intern/wm_xr_operators.c
+++ b/source/blender/windowmanager/xr/intern/wm_xr_operators.c
@@ -1642,7 +1642,7 @@ static bool wm_xr_select_raycast(bContext *C,
wm_xr_raycast(vc.scene,
depsgraph,
- vc.em ? SNAP_ONLY_ACTIVE : (selectable_only ? SNAP_SELECTABLE : SNAP_ALL),
+ selectable_only ? SNAP_SELECTABLE : SNAP_ALL,
origin,
direction,
ray_dist,