- stiffness circle of MetaElem isn't paint in Object mode now

This commit is contained in:
2005-05-22 19:16:04 +00:00
parent b7be4525bd
commit 563af2aac1

View File

@@ -3038,8 +3038,8 @@ static void drawmball(Object *ob, int dt)
ml->selcol2= code;
glLoadName(code++);
}
drawcircball(GL_LINE_LOOP, &(ml->x), ml->rad*atan(ml->s)/M_PI_2, imat);
}
drawcircball(GL_LINE_LOOP, &(ml->x), ml->rad*atan(ml->s)/M_PI_2, imat);
ml= ml->next;
}