# | Line 474 | Line 474 | render( /* render the scene */ | |
---|---|---|
474 | /* fill bar */ | |
475 | fillscanbar(scanbar, zbar, hres, ypos, ystep); | |
476 | if (srcdrawing) /* add bitty sources */ | |
477 | < | drawsources((COLORV **)scanbar, 3, zbar, 0, hres, ypos, ystep); |
477 | > | drawsources((COLORV **)scanbar, out_prims, zbar, 0, hres, ypos, ystep); |
478 | /* write it out */ | |
479 | #ifdef SIGCONT | |
480 | signal(SIGCONT, SIG_IGN); /* don't interrupt writes */ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |