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>2018-09-20 05:04:18 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-20 05:05:10 +0300
commit1a2e41a0f2499aa0339ceb49f199c28722e840dc (patch)
tree7b8ff1f5da52dce7b476432a7746415f96152347 /source/blender/editors/physics
parent65fb2ebb3c23432e16464db9246d292773d639b5 (diff)
Cleanup: renaming missed from merge
Diffstat (limited to 'source/blender/editors/physics')
-rw-r--r--source/blender/editors/physics/particle_edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/physics/particle_edit.c b/source/blender/editors/physics/particle_edit.c
index 19488064c97..361eb031ea6 100644
--- a/source/blender/editors/physics/particle_edit.c
+++ b/source/blender/editors/physics/particle_edit.c
@@ -3751,7 +3751,7 @@ static void brush_add_count_iter(
mco[1] = data->mval[1] + dmy;
float co1[3], co2[3];
- ED_view3d_win_to_segment(depsgraph, data->vc.ar, data->vc.v3d, mco, co1, co2, true);
+ ED_view3d_win_to_segment_clipped(depsgraph, data->vc.ar, data->vc.v3d, mco, co1, co2, true);
mul_m4_v3(iter_data->imat, co1);
mul_m4_v3(iter_data->imat, co2);