Fix: Add missing break

This commit is contained in:
Hans Goudey 2022-03-09 10:27:08 -06:00
parent 115ff08fdb
commit 24c543d4af
1 changed files with 1 additions and 0 deletions

View File

@ -935,6 +935,7 @@ static void execute_realize_mesh_task(const RealizeInstancesOptions &options,
break;
default:
BLI_assert_unreachable();
break;
}
GMutableSpan dst_span = dst_attribute_spans[attribute_index].slice(element_slice);
const CPPType &cpp_type = dst_span.type();