From 8d98d5c4027e3dca85e87fb20e2485b5c88838cc Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Sat, 21 Jan 2023 23:56:11 +0100 Subject: [PATCH] Cleanup: fix compiling in debug mode --- source/blender/editors/uvedit/uvedit_unwrap_ops.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/source/blender/editors/uvedit/uvedit_unwrap_ops.cc b/source/blender/editors/uvedit/uvedit_unwrap_ops.cc index 7a99fec413c..d95655cef45 100644 --- a/source/blender/editors/uvedit/uvedit_unwrap_ops.cc +++ b/source/blender/editors/uvedit/uvedit_unwrap_ops.cc @@ -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; }