Cleanup: fix compiler warning.

This commit is contained in:
Brecht Van Lommel
2018-06-05 12:37:50 +02:00
parent 03b8e4f608
commit 1d86bdf16b

View File

@@ -109,6 +109,7 @@ static DRWShadingGroup *drw_shgroup_create_hair_procedural_ex(
shgrp = DRW_shgroup_create(gpu_shader, hair_pass);
}
else {
shgrp = NULL;
BLI_assert(0);
}