--- ray/src/rt/normal.c 1991/05/10 08:51:04 1.10 +++ ray/src/rt/normal.c 1991/06/13 13:58:18 1.11 @@ -155,7 +155,6 @@ register RAY *r; raytexture(r, m->omod); nd.pdot = raynormal(nd.pnorm, r); /* perturb normal */ multcolor(nd.mcolor, r->pcol); /* modify material color */ - r->rt = r->rot; /* default ray length */ transtest = 0; /* get specular component */ nd.rspec = m->oargs.farg[3];