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:
Diffstat (limited to 'source/blender/editors/transform/transform_mode_translate.c')
-rw-r--r--source/blender/editors/transform/transform_mode_translate.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/editors/transform/transform_mode_translate.c b/source/blender/editors/transform/transform_mode_translate.c
index 6461182afc1..c751a68092f 100644
--- a/source/blender/editors/transform/transform_mode_translate.c
+++ b/source/blender/editors/transform/transform_mode_translate.c
@@ -370,10 +370,10 @@ static void translate_snap_target_grid_ensure(TransInfo *t)
}
static void translate_snap_grid_apply(TransInfo *t,
- const int max_index,
- const float grid_dist[3],
- const float loc[3],
- float r_out[3])
+ const int max_index,
+ const float grid_dist[3],
+ const float loc[3],
+ float r_out[3])
{
BLI_assert(max_index <= 2);
translate_snap_target_grid_ensure(t);