Cleanup: fix compiling in debug mode

This commit is contained in:
Jacques Lucke 2023-01-21 23:56:11 +01:00
parent f2bb044fdb
commit 8d98d5c402
1 changed files with 0 additions and 1 deletions

View File

@ -2301,7 +2301,6 @@ static int smart_project_exec(bContext *C, wmOperator *op)
if (project_normal_array.size() == 0) {
MEM_freeN(thick_faces);
BLI_assert(project_normal_array == nullptr);
continue;
}