Bug fix 1326

When changing subsurf level, in shaded mode, and with Mesh that has more
users... the shaded displist of the other meshes are corrupt, potentially
causing crash.

And: small improvement in select-outline: when drawtype-extra Wire is set,
it skips it. Not needed, looked a bit ugly.
This commit is contained in:
2004-06-19 18:23:22 +00:00
parent 84caaf5aca
commit f778d83155
2 changed files with 12 additions and 0 deletions

View File

@@ -3366,6 +3366,8 @@ static void draw_solid_select(Object *ob)
{
Curve *cu;
if(ob->dtx & OB_DRAWWIRE) return;
switch(ob->type) {
case OB_MESH:
drawSolidSelect(ob, NULL);