[Bf-blender-cvs] [3952349a81] blender2.8: OpenGl immediate mode: fix false positive (again)

Clément Foucault noreply at git.blender.org
Wed Feb 22 14:28:52 CET 2017


Commit: 3952349a812b898ce1409de294a94cca0ca0c3d7
Author: Clément Foucault
Date:   Wed Feb 22 14:27:04 2017 +0100
Branches: blender2.8
https://developer.blender.org/rB3952349a812b898ce1409de294a94cca0ca0c3d7

OpenGl immediate mode: fix false positive (again)

===================================================================

M	source/blender/editors/space_view3d/drawarmature.c

===================================================================

diff --git a/source/blender/editors/space_view3d/drawarmature.c b/source/blender/editors/space_view3d/drawarmature.c
index fbdf1de808..172df71bfc 100644
--- a/source/blender/editors/space_view3d/drawarmature.c
+++ b/source/blender/editors/space_view3d/drawarmature.c
@@ -133,7 +133,7 @@ static void set_pchan_colorset(Object *ob, bPoseChannel *pchan)
 	}
 }
 
-/* This function is for brightening/darkening a given color (like UI_ThemeColorShade()) */
+/* This function is for brightening/darkening a given color (like UI_GetThemeColorShade3ubv()) */
 static void cp_shade_color3ub(unsigned char cp[3], const int offset)
 {
 	int r, g, b;




More information about the Bf-blender-cvs mailing list