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>2014-03-29 01:42:11 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-03-29 01:42:59 +0400
commitd3309ac5c9be791dbc45aafc8a79c94e184b406a (patch)
tree542aa42d0f8ca57481cbc65809cb099aa54173ab /source/blender/blenkernel/intern/brush.c
parent025421950bfc11900ae86d1b4b71c8e894558dde (diff)
Code cleanup: correct arg size
Diffstat (limited to 'source/blender/blenkernel/intern/brush.c')
-rw-r--r--source/blender/blenkernel/intern/brush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/brush.c b/source/blender/blenkernel/intern/brush.c
index 5ef70948bbb..17fdb15399f 100644
--- a/source/blender/blenkernel/intern/brush.c
+++ b/source/blender/blenkernel/intern/brush.c
@@ -649,7 +649,7 @@ float BKE_brush_sample_tex_3D(const Scene *scene, Brush *br,
}
float BKE_brush_sample_masktex(const Scene *scene, Brush *br,
- const float point[3],
+ const float point[2],
const int thread,
struct ImagePool *pool)
{