fix bug 3970

.
This commit is contained in:
2006-03-10 19:47:36 +00:00
parent 0a6c3993bf
commit e932576bb7

View File

@@ -3740,7 +3740,6 @@ void draw_object(Base *base, int flag)
if((G.vd->flag & V3D_SELECT_OUTLINE) && ob->type!=OB_MESH) {
if(dt>OB_WIRE && dt<OB_TEXTURE && ob!=G.obedit) {
if (!(ob->dtx&OB_DRAWWIRE) && (ob->flag&SELECT) && !(flag&DRAW_PICKING)) {
printf ("%d %s <--", __LINE__, __FUNCTION__);
drawSolidSelect(base);
}
}