GPencil: Use proper enumerator type
Was using GpencilModifierType in type definition, but rest of usage was using values from GpencilModifierTypeType.
This commit is contained in:
@@ -102,7 +102,7 @@ typedef struct GpencilModifierTypeInfo {
|
|||||||
/* The size of the modifier data type, used by allocation. */
|
/* The size of the modifier data type, used by allocation. */
|
||||||
int struct_size;
|
int struct_size;
|
||||||
|
|
||||||
GpencilModifierType type;
|
GpencilModifierTypeType type;
|
||||||
GpencilModifierTypeFlag flags;
|
GpencilModifierTypeFlag flags;
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user