Cleanup: correct enum names in comments

This commit is contained in:
Jacques Lucke 2020-06-09 16:23:15 +02:00
parent 9d75f23566
commit 4e9efa80ca
1 changed files with 2 additions and 2 deletions

View File

@ -1778,9 +1778,9 @@ static const LayerTypeInfo LAYERTYPEINFO[CD_NUMTYPES] = {
{sizeof(float), "MFloatProperty", 1, NULL, NULL, NULL, NULL, NULL, NULL},
/* 45: CD_HAIRCURVE */
{sizeof(HairCurve), "HairCurve", 1, NULL, NULL, NULL, NULL, NULL, NULL},
/* 46: CD_HAIR_MAPPING */
/* 46: CD_HAIRMAPPING */
{sizeof(HairMapping), "HairMapping", 1, NULL, NULL, NULL, NULL, NULL, NULL},
/* 47: CD_PROP_COL */
/* 47: CD_PROP_COLOR */
{sizeof(MPropCol),
"MPropCol",
1,