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:
authorJason Wilkins <Jason.A.Wilkins@gmail.com>2010-07-27 00:17:21 +0400
committerJason Wilkins <Jason.A.Wilkins@gmail.com>2010-07-27 00:17:21 +0400
commit833d42d92e894c3250b2829861ef8694cc85b95a (patch)
treeedf24228124b277b6e0587dc0381febb88f958da /source
parent3683d9d1b892695c92fa963585669c821ef6a425 (diff)
* removing code meant for debugging
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/sculpt_paint/paint_stroke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_stroke.c b/source/blender/editors/sculpt_paint/paint_stroke.c
index 6ac0c307a54..634829060b4 100644
--- a/source/blender/editors/sculpt_paint/paint_stroke.c
+++ b/source/blender/editors/sculpt_paint/paint_stroke.c
@@ -582,7 +582,7 @@ static void paint_draw_cursor(bContext *C, int x, int y, void *unused)
return;
hit = sculpt_get_brush_geometry(C, x, y, &pixel_radius, location, modelview, projection, viewport);
-return;
+
if (brush_use_locked_size(brush))
brush_set_size(brush, pixel_radius);