Fix T43880 really stupid mistake from fixing stick mode selection

This commit is contained in:
Antony Riakiotakis
2015-03-05 19:14:38 +01:00
parent 6f3629607b
commit e2d4a93a00

View File

@@ -287,7 +287,7 @@ static EditBone *get_nearest_editbonepoint(ViewContext *vc, const int mval[2],
rcti rect;
unsigned int buffer[MAXPICKBUF];
unsigned int hitresult, besthitresult = BONESEL_NOSEL;
int i, mindep = 4;
int i, mindep = 5;
short hits;
/* find the bone after the current active bone, so as to bump up its chances in selection.