Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/makesdna/DNA_material_types.h')
-rw-r--r--source/blender/makesdna/DNA_material_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_material_types.h b/source/blender/makesdna/DNA_material_types.h
index 41146a77e7b..144f1dfd6d1 100644
--- a/source/blender/makesdna/DNA_material_types.h
+++ b/source/blender/makesdna/DNA_material_types.h
@@ -128,7 +128,7 @@ typedef enum eMaterialGPencilStyle_Flag {
/* Stroke show main switch */
GP_STYLE_STROKE_SHOW = (1 << 8),
/* Fill show main switch */
- GP_STYLE_FILL_SHOW = (1 << 9)
+ GP_STYLE_FILL_SHOW = (1 << 9),
} eMaterialGPencilStyle_Flag;
typedef enum eMaterialGPencilStyle_Mode {