ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/rpict.c
(Generate patch)

Comparing ray/src/rt/rpict.c (file contents):
Revision 2.90 by rschregle, Wed Apr 22 20:28:16 2015 UTC vs.
Revision 2.91 by greg, Tue Nov 13 19:58:33 2018 UTC

# Line 746 | Line 746 | pixvalue(              /* compute pixel value */
746  
747          copycolor(col, thisray.rcol);           /* return color */
748  
749 <        return(thisray.rt);                     /* return distance */
749 >        return(raydistance(&thisray));          /* return distance */
750   }
751  
752  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines