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>2017-03-06 22:55:58 +0300
committerClément Foucault <foucault.clem@gmail.com>2017-03-06 22:57:16 +0300
commit583373f04976e919db11c4a119d74ea8bca14a0b (patch)
tree1767d2bc70d090cf30165ac3f49c8abc8e82faba /source/blender/editors/space_view3d/drawarmature.c
parent517db46b34410fafaa8f45c1a2586e00cdcc2204 (diff)
OpenGL: Object bound drawing.
Diffstat (limited to 'source/blender/editors/space_view3d/drawarmature.c')
-rw-r--r--source/blender/editors/space_view3d/drawarmature.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/drawarmature.c b/source/blender/editors/space_view3d/drawarmature.c
index 752a2a6423c..18a558cf483 100644
--- a/source/blender/editors/space_view3d/drawarmature.c
+++ b/source/blender/editors/space_view3d/drawarmature.c
@@ -1131,7 +1131,7 @@ static void draw_sphere_bone(const short dt, int armflag, int boneflag, short co
immUniform3fv("light", light_vec);
gpuTranslate3f(0.0f, 0.0f, head);
- imm_cylinder(pos, nor, size2, size1, length - head - tail, 16, 1);
+ imm_cylinder_nor(pos, nor, size2, size1, length - head - tail, 16, 1);
immUnbindProgram();