Fix error in recent commit

This commit is contained in:
Campbell Barton 2016-01-07 21:05:49 +11:00
parent eed28a1db8
commit 3e530f9439

@ -2193,7 +2193,7 @@ static void boundbox_armature(Object *ob)
if (ob->bb == NULL) {
ob->bb = MEM_mallocN(sizeof(BoundBox), "Armature boundbox");
ob->>bb->flag = 0;
ob->bb->flag = 0;
}
bb = ob->bb;