| # | Line 188 | Line 188 | register int sn; /* source number */ | |
|---|---|---|
| 188 | else if (srcval[sn].so->otype == OBJ_RING) | |
| 189 | norm = getcone(srcval[sn].so,0)->ad; | |
| 190 | ||
| 191 | < | if (norm != NULL && (ddot = -DOT(sr->rdir, norm)) <= 0.0) |
| 191 | > | if (norm != NULL && (ddot = -DOT(sr->rdir, norm)) <= FTINY) |
| 192 | return(0.0); /* behind surface! */ | |
| 193 | } | |
| 194 | if (dstrsrc > FTINY) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |