Fix: Linux build error in previous commit

Faulty commit is 9c79acf9b

Pull Request: https://projects.blender.org/blender/blender/pulls/125119
This commit is contained in:
Sean Kim
2024-07-20 03:44:49 +02:00
committed by Sean Kim
parent cea81b4950
commit 3a22f3e391

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)