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
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-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 a8f3384ea85..1f8e7741304 100644
--- a/source/blender/makesdna/DNA_material_types.h
+++ b/source/blender/makesdna/DNA_material_types.h
@@ -122,7 +122,7 @@ typedef enum eMaterialGPencilStyle_Flag {
/* Fill show main switch */
GP_STYLE_FILL_SHOW = (1 << 9),
/* Don't rotate dots/boxes */
- GP_STYLE_COLOR_LOCK_DOTS = (1 << 10)
+ GP_STYLE_COLOR_LOCK_DOTS = (1 << 10),
} eMaterialGPencilStyle_Flag;
typedef enum eMaterialGPencilStyle_Mode {