--- ray/src/rt/normal.c 1990/06/26 09:00:10 1.6 +++ ray/src/rt/normal.c 1990/10/15 20:39:35 1.7 @@ -181,8 +181,6 @@ register RAY *r; rayvalue(&lr); multcolor(lr.rcol, nd.scolor); addcolor(r->rcol, lr.rcol); - if (nd.rspec > 0.5 && m->omod == OVOID) - r->rt = r->rot + lr.rt; } } }