Minor cleanup in Laplacian deform modifier DNA code.

This commit is contained in:
Bastien Montagne 2018-12-05 18:21:13 +01:00
parent f692886164
commit c0baa648dc
1 changed files with 2 additions and 2 deletions

View File

@ -1539,9 +1539,9 @@ typedef struct LaplacianDeformModifierData {
} LaplacianDeformModifierData;
/* Smooth modifier flags */
/* Laplacian Deform modifier flags */
enum {
MOD_LAPLACIANDEFORM_BIND = 1,
MOD_LAPLACIANDEFORM_BIND = 1 << 0,
};
/* many of these options match 'solidify' */