Array Brush: Disable debug drawing

This commit is contained in:
Pablo Dobarro 2021-07-15 21:20:48 +02:00
parent f9c0c9e70c
commit 95a969e7d5
1 changed files with 5 additions and 0 deletions

View File

@ -667,6 +667,11 @@ void SCULPT_array_path_draw(const uint gpuattr,
SculptSession *ss) {
SculptArray *array = ss->cache->array;
/* Disable debug drawing. */
return;
if (!array) {
return;
}