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-12-13 01:32:07 +0400
committerAntony Riakiotakis <kalast@gmail.com>2013-12-13 01:32:07 +0400
commit669b5902298f0f80159395d020657d6630a532ac (patch)
treecbdcbdf9b0a313595048078188fb85d39a912c1e /source/blender/editors/space_view3d/view3d_draw.c
parent85eaa989807268dda60408f41475216ad45888d1 (diff)
minor style and comment fix.
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_draw.c')
-rw-r--r--source/blender/editors/space_view3d/view3d_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/view3d_draw.c b/source/blender/editors/space_view3d/view3d_draw.c
index 5d50d9d479f..ea07873a9cf 100644
--- a/source/blender/editors/space_view3d/view3d_draw.c
+++ b/source/blender/editors/space_view3d/view3d_draw.c
@@ -3396,7 +3396,7 @@ static void view3d_main_area_draw_info(const bContext *C, ARegion *ar, const cha
{
Brush *br = BKE_paint_brush(&scene->toolsettings->imapaint.paint);
- if (br && br->imagepaint_tool == PAINT_TOOL_CLONE)
+ if (br && (br->imagepaint_tool == PAINT_TOOL_CLONE))
drawcursor(scene, ar, v3d);
break;