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
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-10-14 00:57:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-10-14 00:57:13 +0300
commit8434aa1b78ee5b0e749a12fcdd6a36d2a819fdb0 (patch)
tree0f85a4d6d274caee7459d1780bdbddd5542fe0c2 /source/blender/editors/gizmo_library
parent8278ad3dfb326359f4f8196dc375d952d43c93c7 (diff)
Fix invalid arguments to ED_gizmotypes_snap_3d_context_ensure
Diffstat (limited to 'source/blender/editors/gizmo_library')
-rw-r--r--source/blender/editors/gizmo_library/gizmo_types/snap3d_gizmo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/gizmo_library/gizmo_types/snap3d_gizmo.c b/source/blender/editors/gizmo_library/gizmo_types/snap3d_gizmo.c
index f673d3e85ef..0c1e6e91cef 100644
--- a/source/blender/editors/gizmo_library/gizmo_types/snap3d_gizmo.c
+++ b/source/blender/editors/gizmo_library/gizmo_types/snap3d_gizmo.c
@@ -379,7 +379,7 @@ short ED_gizmotypes_snap_3d_update(wmGizmo *gz,
float dist_px = 12.0f * U.pixelsize;
- ED_gizmotypes_snap_3d_context_ensure(scene, region, v3d, gz);
+ ED_gizmotypes_snap_3d_context_ensure(scene, gz);
snap_elem = ED_transform_snap_object_project_view3d_ex(
snap_gizmo->snap_context_v3d,
depsgraph,