Move colfunc and friends to r_draw and change them to member function pointers
This commit is contained in:
parent
bad3a130cf
commit
f8010854c3
9 changed files with 73 additions and 122 deletions
|
|
@ -1481,7 +1481,7 @@ void DCanvas::FillSimplePoly(FTexture *tex, FVector2 *points, int npoints,
|
|||
ds_xfrac = xs_RoundToInt(tex.X * scalex);
|
||||
ds_yfrac = xs_RoundToInt(tex.Y * scaley);
|
||||
|
||||
R_DrawSpan();
|
||||
R_Drawers()->DrawSpan();
|
||||
#endif
|
||||
}
|
||||
x += xinc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue