--- ray/src/rt/rv3.c 1991/05/03 16:12:38 1.19 +++ ray/src/rt/rv3.c 1991/05/21 17:41:19 1.20 @@ -157,6 +157,7 @@ int xmin, ymin, xmax, ymax; setcolor(thisray.rcol, 0.0, 0.0, 0.0); } else { rayorigin(&thisray, NULL, PRIMARY, 1.0); + samplendx++; rayvalue(&thisray); }