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:
authorCampbell Barton <ideasman42@gmail.com>2018-05-30 16:32:08 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-05-30 16:33:05 +0300
commit375c1eab65ddf0a96097a168950f5c8b3ec9e2e3 (patch)
tree8fa740468b792f17f6757d8a997005781459ee95 /source/blender/makesdna/DNA_view3d_types.h
parentd0d2fc981952a3fd132058da6f93ccb9fc2c8195 (diff)
Cleanup: RNA naming, use highlight as suffux
This is whats done already elsewhere.
Diffstat (limited to 'source/blender/makesdna/DNA_view3d_types.h')
-rw-r--r--source/blender/makesdna/DNA_view3d_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_view3d_types.h b/source/blender/makesdna/DNA_view3d_types.h
index a458d053813..053509cbc03 100644
--- a/source/blender/makesdna/DNA_view3d_types.h
+++ b/source/blender/makesdna/DNA_view3d_types.h
@@ -341,7 +341,7 @@ enum {
V3D_SHADING_XRAY = (1 << 1),
V3D_SHADING_SHADOW = (1 << 2),
V3D_SHADING_SCENE_LIGHT = (1 << 3),
- V3D_SHADING_SPECULAR_HIGHLIGHTS = (1 << 4),
+ V3D_SHADING_SPECULAR_HIGHLIGHT = (1 << 4),
};
/* View3DShading->single_color_type */