# | Line 237 | Line 237 | RtraceSimulManager::EnqueueBundle(const FVECT orig_dir | |
---|---|---|
237 | res.revf = raycast; | |
238 | double d = normalize(res.rdir); | |
239 | bool sendRes = (cookedCall != NULL); | |
240 | < | if (d > 0) { // direction vector is valid? |
240 | > | if (d > .0) { // direction vector is valid? |
241 | if (curFlags & RTlimDist) | |
242 | res.rmax = d; | |
243 | if (((curFlags&RTdoFIFO) != 0) & (ray_pnprocs > 0)) { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |