Cleanup: correct outdated code comment

This commit is contained in:
Campbell Barton
2024-09-25 19:24:18 +10:00
parent 59ac6074b7
commit c3b11fbfae

View File

@@ -201,8 +201,8 @@ static void add_orco_mesh(Object &ob,
}
}
else {
/* TODO(sybren): totvert should potentially change here, as ob->data
* or em may have a different number of vertices than dm. */
/* TODO(@sybren): `totvert` should potentially change here, as `ob->data`
* or `em` may have a different number of vertices than the evaluated `mesh`. */
Array<float3> storage;
const Span<float3> orco = get_orco_coords(ob, em, layer, storage);
if (!orco.is_empty()) {