diff --git a/source/blender/editors/sculpt_paint/sculpt.cc b/source/blender/editors/sculpt_paint/sculpt.cc index c9fd02b524d..c3c5a9c2f58 100644 --- a/source/blender/editors/sculpt_paint/sculpt.cc +++ b/source/blender/editors/sculpt_paint/sculpt.cc @@ -6481,7 +6481,6 @@ void fill_factor_from_hide_and_mask(const Span hide_vert, const MutableSpan r_factors) { BLI_assert(verts.size() == r_factors.size()); - BLI_assert(mask.size() == hide_vert.size()); if (!mask.is_empty()) { for (const int i : verts.index_range()) {