Cleanup: use own username in code-comment tags

This commit is contained in:
2022-08-09 14:18:18 +10:00
parent eab988c9f6
commit c7a7aee004
78 changed files with 102 additions and 103 deletions

View File

@@ -742,7 +742,7 @@ static Mesh *cutEdges(ExplodeModifierData *emd, Mesh *mesh)
/* override original facepa (original pointer is saved in caller function) */
/* TODO(campbell): `(totfsplit * 2)` over allocation is used since the quads are
/* TODO(@campbellbarton): `(totfsplit * 2)` over allocation is used since the quads are
* later interpreted as tri's, for this to work right I think we probably
* have to stop using tessface. */