Fix building after rBdeaff945d0b9... sic.

This commit is contained in:
Bastien Montagne 2020-05-25 16:07:37 +02:00
parent 8b849f39e8
commit 1b06d5742e
1 changed files with 1 additions and 0 deletions

View File

@ -162,4 +162,5 @@ bool BKE_mesh_wrapper_minmax(const Mesh *me, float min[3], float max[3])
return BKE_mesh_minmax(me, min, max);
}
BLI_assert(0);
return false;
}