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.99 by greg, Wed Nov 15 18:02:53 2023 UTC vs.
Revision 2.100 by greg, Tue Jul 2 23:54:16 2024 UTC

# Line 472 | Line 472 | render(                                /* render the scene */
472                                                          /* fill bar */
473                  fillscanbar(scanbar, zbar, hres, ypos, ystep);
474                  if (directvis)                          /* add bitty sources */
475 <                        drawsources(scanbar, zbar, 0, hres, ypos, ystep);
475 >                        drawsources((COLORV **)scanbar, zbar, 0, hres, ypos, ystep);
476                                                          /* write it out */
477   #ifdef SIGCONT
478                  signal(SIGCONT, SIG_IGN);       /* don't interrupt writes */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines