From 025421950bfc11900ae86d1b4b71c8e894558dde Mon Sep 17 00:00:00 2001 From: Jens Verwiebe Date: Fri, 28 Mar 2014 22:42:21 +0100 Subject: Forgot to clean a line in last commit --- source/blender/editors/sculpt_paint/sculpt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/blender') diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c index 803869fa505..b2f76d7ee3d 100644 --- a/source/blender/editors/sculpt_paint/sculpt.c +++ b/source/blender/editors/sculpt_paint/sculpt.c @@ -990,8 +990,7 @@ static float tex_strength(SculptSession *ss, Brush *br, thread_num = 0; #ifdef _OPENMP - if (sd->flags & SCULPT_USE_OPENMP) - thread_num = omp_get_thread_num(); + thread_num = omp_get_thread_num(); #endif avg = paint_get_tex_pixel(&br->mtex, x, y, ss->tex_pool, thread_num); -- cgit v1.2.3