Cleanup: Add precision to comment.

This commit is contained in:
Bastien Montagne 2019-02-05 09:48:15 +01:00
parent 41a15b7d6d
commit 1b4230d4b5
1 changed files with 1 additions and 1 deletions

View File

@ -883,7 +883,7 @@ Mesh *BKE_mesh_new_from_object(
if (cage)
BKE_object_free_modifiers(tmpobj, 0);
/* copies the data */
/* copies the data, but *not* the shapekeys. */
BKE_id_copy_ex(bmain, ob->data, (ID **)&copycu, LIB_ID_CREATE_NO_DEG_TAG);
id_us_min(tmpobj->data);
tmpobj->data = copycu;