From 4de704a6df773035e651efdc4ca379295741724f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foucault?= Date: Tue, 5 Apr 2022 18:56:31 +0200 Subject: Overlay: Fix edit mode shader compilation after recent commit This was caused by rBd889762590a4f068aa312879976e98dbd0ee93fc --- source/blender/draw/intern/draw_common_shader_shared.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/draw/intern') 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 -- cgit v1.2.3