Cleanup: Remove outdated SubdivCCG masks assert

Missed in 1618448abd.
This commit is contained in:
Hans Goudey
2024-09-11 16:35:14 -04:00
parent 2fc82f8f3f
commit b2d201cbea

View File

@@ -1215,7 +1215,6 @@ static void update_mask_mesh(const Mesh &mesh,
void node_update_mask_grids(const CCGKey &key, const Span<float> masks, GridsNode &node)
{
BLI_assert(key.has_mask);
bool fully_masked = true;
bool fully_unmasked = true;
for (const int grid : node.grids()) {