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:
authorAntony Riakiotakis <kalast@gmail.com>2013-04-23 01:10:50 +0400
committerAntony Riakiotakis <kalast@gmail.com>2013-04-23 01:10:50 +0400
commit94281e1daff69a2a9bd42a0d2fbcc02abcb1c3e4 (patch)
treedd40c188cc8eaca08a08f8b0ddae28b758385981 /source/blender/editors/sculpt_paint
parent263ea883922820464c4f993d0a54661b01f377ba (diff)
Fix silly mistake, cursor overlay does not depend on any brush texture
mapping
Diffstat (limited to 'source/blender/editors/sculpt_paint')
-rw-r--r--source/blender/editors/sculpt_paint/paint_cursor.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_cursor.c b/source/blender/editors/sculpt_paint/paint_cursor.c
index 3770ff7b85d..cdee767879b 100644
--- a/source/blender/editors/sculpt_paint/paint_cursor.c
+++ b/source/blender/editors/sculpt_paint/paint_cursor.c
@@ -317,8 +317,6 @@ static int load_tex_cursor(Brush *br, ViewContext *vc, float zoom)
int j;
int refresh;
- if (br->mtex.brush_map_mode != MTEX_MAP_MODE_VIEW && !br->mtex.tex) return 0;
-
refresh =
!overlay_texture ||
(overlay_flags & PAINT_INVALID_OVERLAY_CURVE) ||