From c69da232bb24c698aa9dc41696cfac4eaff1e675 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Sat, 5 Jul 2003 16:50:29 +0000 Subject: [PATCH] - 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... --- source/blender/src/drawview.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/blender/src/drawview.c b/source/blender/src/drawview.c index f12cfb5f14c..e6b1c7e48f3 100644 --- a/source/blender/src/drawview.c +++ b/source/blender/src/drawview.c @@ -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) {