Fix T43826: Sculpt grab anchored fails

Regression caused by GSOC2013 merge f745564
This commit is contained in:
Campbell Barton 2015-08-27 15:22:08 +10:00
parent e9a6effa95
commit 512f631af6
Notes: blender-bot 2023-02-14 09:26:08 +01:00
Referenced by issue #43826, Sculpt mode, F grab anchored function does not work
1 changed files with 0 additions and 1 deletions

View File

@ -335,7 +335,6 @@ static bool paint_brush_update(bContext *C,
}
else {
copy_v2_v2(ups->anchored_initial_mouse, stroke->initial_mouse);
copy_v2_v2(mouse, stroke->initial_mouse);
stroke->stroke_distance = ups->pixel_radius;
}
ups->pixel_radius /= stroke->zoom_2d;