Merge branch 'blender-v2.91-release'

This commit is contained in:
Campbell Barton 2020-11-09 20:36:34 +11:00
commit 3c04a06178
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ static void deformVertsEM(ModifierData *md,
}
if (mesh && mesh->runtime.wrapper_type == ME_WRAPPER_TYPE_MDATA) {
BLI_assert(mesh_src->totvert == numVerts);
BLI_assert(mesh->totvert == numVerts);
}
/* TODO(Campbell): use edit-mode data only (remove this line). */