| # | Line 68 | Line 68 | rayorigin( /* start new ray from old one */ | |
|---|---|---|
| 68 | r->gecc = seccg; | |
| 69 | r->slights = NULL; | |
| 70 | } else { /* spawned ray */ | |
| 71 | < | if (ro->rot >= FHUGE) { |
| 71 | > | if (ro->rot >= FHUGE*.99) { |
| 72 | memset(r, 0, sizeof(RAY)); | |
| 73 | return(-1); /* illegal continuation */ | |
| 74 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |