Sticks bones, in solid view mode, didn't draw selected not in posemode...

caused by code shuffling for new IK options and ghosting draw.
This commit is contained in:
Ton Roosendaal
2005-11-03 14:51:23 +00:00
parent b5f212ae53
commit 6c9840f372

View File

@@ -1851,7 +1851,8 @@ void draw_armature(Base *base, int dt)
draw_pose_channels(base, dt);
arm->flag &= ~ARM_POSEMODE;
BIF_ThemeColor(TH_WIRE); /* restore, for extra draw stuff */
if(ob->flag & OB_POSEMODE)
BIF_ThemeColor(TH_WIRE); /* restore, for extra draw stuff */
}
}
/* restore */