| # | Line 167 | Line 167 | int xmin, ymin, xmax, ymax; | |
|---|---|---|
| 167 | setcolor(thisray.rcol, 0.0, 0.0, 0.0); | |
| 168 | } else { | |
| 169 | rayorigin(&thisray, PRIMARY, NULL, NULL); | |
| 170 | < | samplendx = rand_samp ? random() : samplendx+1; |
| 170 | > | samplendx++; |
| 171 | rayvalue(&thisray); | |
| 172 | } | |
| 173 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |