Forgot to clean a line in last commit

This commit is contained in:
Jens Verwiebe
2014-03-28 22:42:21 +01:00
parent 00a9e77259
commit 025421950b

View File

@@ -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);