Forgot to clean a line in last commit
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user