From 9a7f963a02aea2300f2f740c004c398db2a3dac3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 25 Apr 2018 12:25:47 +0200 Subject: Cleanup: comments --- source/blender/modifiers/intern/MOD_mirror.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/modifiers/intern/MOD_mirror.c') diff --git a/source/blender/modifiers/intern/MOD_mirror.c b/source/blender/modifiers/intern/MOD_mirror.c index 1524dbac480..875a1e8d468 100644 --- a/source/blender/modifiers/intern/MOD_mirror.c +++ b/source/blender/modifiers/intern/MOD_mirror.c @@ -152,8 +152,8 @@ static DerivedMesh *doMirrorOnAxis(MirrorModifierData *mmd, DM_copy_poly_data(dm, result, 0, 0, maxPolys); - /* subsurf for eg wont have mesh data in the */ - /* now add mvert/medge/mface layers */ + /* Subsurf for eg wont have mesh data in the custom data arrays. + * now add mvert/medge/mpoly layers. */ if (!CustomData_has_layer(&dm->vertData, CD_MVERT)) { dm->copyVertArray(dm, CDDM_get_verts(result)); -- cgit v1.2.3