Fix missing return after NULL check, from Coverity reports.
This commit is contained in:
@@ -738,6 +738,7 @@ void RE_point_density_minmax(
|
||||
if (object == NULL) {
|
||||
zero_v3(r_min);
|
||||
zero_v3(r_max);
|
||||
return;
|
||||
}
|
||||
if (pd->source == TEX_PD_PSYS) {
|
||||
ParticleSystem *psys;
|
||||
|
||||
Reference in New Issue
Block a user