Cleanup: incorrect comment wrapping

Missed this comment when updating fix for T77409.
This commit is contained in:
Campbell Barton 2020-08-13 16:36:20 +10:00
parent ad05e1100f
commit 29c28ac022
1 changed files with 2 additions and 2 deletions

View File

@ -834,8 +834,8 @@ static DupliObject *face_dupli(const DupliContext *ctx,
/* Make offset relative to inst_ob using relative child transform. */
mul_mat3_m4_v3(child_imat, obmat[3]);
/* XXX ugly hack to ensure same behavior as in master this should not be needed,
* #Object.parentinv is not consistent outside of parenting. */
/* XXX ugly hack to ensure same behavior as in master.
* This should not be needed, #Object.parentinv is not consistent outside of parenting. */
{
float imat[3][3];
copy_m3_m4(imat, inst_ob->parentinv);