Fix: Linux build error in previous commit #125119

Merged
Sean Kim merged 1 commits from Sean-Kim/blender:unbreak-linux into main 2024-07-20 03:45:06 +02:00

View File

@ -946,6 +946,8 @@ bool vert_is_boundary(const Span<bool> /*hide_poly*/,
case SUBDIV_CCG_ADJACENT_NONE:
return false;
}
BLI_assert_unreachable();
return false;
}
bool vert_is_boundary(BMVert *vert)