Created standalone rgba drawing functions

This commit is contained in:
Magnus Norddahl 2016-05-30 05:52:15 +02:00
commit 8aabc26cd9
12 changed files with 2790 additions and 976 deletions

View file

@ -300,7 +300,7 @@ void DCanvas::DrawTextureParms(FTexture *img, DrawParms &parms)
while (dc_x < stop4)
{
rt_initcols();
rt_initcols(nullptr);
for (int zz = 4; zz; --zz)
{
pixels = img->GetColumn(frac >> FRACBITS, spanptr);