Cleanup: debug-only variable.

This commit is contained in:
Bastien Montagne
2016-07-25 09:31:56 +02:00
parent f4cb6d45d5
commit bbf62931de

View File

@@ -934,6 +934,7 @@ static bool mesh_check_island_boundary_uv(
}
else {
BLI_assert(loops[edge_to_loops->indices[i]].v == v2);
UNUSED_VARS_NDEBUG(v2);
if (!equals_v2v2(uvco_v2, luvs[edge_to_loops->indices[i]].uv) ||
!equals_v2v2(uvco_v1, luvs[edge_to_loops->indices[i + 1]].uv))
{