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/BKE_brush.h
parent025421950bfc11900ae86d1b4b71c8e894558dde (diff)
Code cleanup: correct arg size
Diffstat (limited to 'source/blender/blenkernel/BKE_brush.h')
-rw-r--r--source/blender/blenkernel/BKE_brush.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_brush.h b/source/blender/blenkernel/BKE_brush.h
index b4c5f47cf25..104e80e815c 100644
--- a/source/blender/blenkernel/BKE_brush.h
+++ b/source/blender/blenkernel/BKE_brush.h
@@ -72,7 +72,7 @@ float BKE_brush_curve_strength(struct Brush *br, float p, const float len); /* u
/* sampling */
float BKE_brush_sample_tex_3D(const Scene *scene, struct Brush *br, const float point[3],
float rgba[4], const int thread, struct ImagePool *pool);
-float BKE_brush_sample_masktex(const Scene *scene, struct Brush *br, const float point[3],
+float BKE_brush_sample_masktex(const Scene *scene, struct Brush *br, const float point[2],
const int thread, struct ImagePool *pool);
/* texture */