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:
authorClément Foucault <foucault.clem@gmail.com>2022-04-05 19:56:31 +0300
committerClément Foucault <foucault.clem@gmail.com>2022-04-05 19:56:31 +0300
commit4de704a6df773035e651efdc4ca379295741724f (patch)
treedf94396de6845e58f8ce1f474aa2625da83379c6 /source/blender/draw/intern
parentb84255f590c07b129f726eadbfec72c73bfc2ee1 (diff)
Overlay: Fix edit mode shader compilation after recent commit
This was caused by rBd889762590a4f068aa312879976e98dbd0ee93fc
Diffstat (limited to 'source/blender/draw/intern')
-rw-r--r--source/blender/draw/intern/draw_common_shader_shared.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/draw/intern/draw_common_shader_shared.h b/source/blender/draw/intern/draw_common_shader_shared.h
index 52e0917ae5a..c9819d9da87 100644
--- a/source/blender/draw/intern/draw_common_shader_shared.h
+++ b/source/blender/draw/intern/draw_common_shader_shared.h
@@ -171,8 +171,8 @@ BLI_STATIC_ASSERT_ALIGN(GlobalsUboStorage, 16)
# define colorNormal globalsBlock.color_normal
# define colorVNormal globalsBlock.color_vnormal
# define colorLNormal globalsBlock.color_lnormal
-# define colorFaceDot globalsBlock.color_face_dot
-# define colorSkinRoot globalsBlock.color_skin_root
+# define colorFaceDot globalsBlock.color_facedot
+# define colorSkinRoot globalsBlock.color_skinroot
# define colorDeselect globalsBlock.color_deselect
# define colorOutline globalsBlock.color_outline
# define colorLightNoAlpha globalsBlock.color_light_no_alpha