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>2017-05-03 17:43:34 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-05-03 17:43:54 +0300
commit1f167037923fafb198cbe9cf44544e1bbb66b827 (patch)
treea3494b848e45dc27deb54b8816e7f31e43364178 /source/blender
parent827818d37dd2c9caf16ddc2c2b8d9415d6afc3b9 (diff)
Error in last commit
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/draw/intern/draw_armature.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/intern/draw_armature.c b/source/blender/draw/intern/draw_armature.c
index 36aabdf7735..cd04ecc62f7 100644
--- a/source/blender/draw/intern/draw_armature.c
+++ b/source/blender/draw/intern/draw_armature.c
@@ -1252,7 +1252,7 @@ static void DRW_shgroup_armature(
g_data.bone_wire = pass_bone_wire;
g_data.relationship_lines = shgrp_relationship_lines;
- memset(&g_color, 0x0, sizeof(g_data));
+ memset(&g_color, 0x0, sizeof(g_color));
}
void DRW_shgroup_armature_object(