- removed "SILLY CODE" comment. :-)

it is from zr, a note to remind him to have better drawing of procuderal
  duplicators in Blender. the code below that comment was mostly a copy
  from code it used before already.
  writing it more efficient would give a gain of about 20 code lines...
This commit is contained in:
2003-07-05 16:50:29 +00:00
parent 38e20946c3
commit c69da232bb

View File

@@ -955,7 +955,6 @@ void drawview3dspace(ScrArea *sa, void *spacedata)
base= base->next;
}
/* SILLY CODE!!!! */
/* duplis, draw as last to make sure the displists are ok */
base= G.scene->base.first;
while(base) {