Make spanfunc private and local to SpanDrawerArgs
This commit is contained in:
parent
81a20213a7
commit
36a23d60b8
4 changed files with 19 additions and 5 deletions
|
|
@ -254,7 +254,7 @@ namespace swrenderer
|
|||
drawerargs.ds_x1 = x1;
|
||||
drawerargs.ds_x2 = x2;
|
||||
|
||||
(drawerargs.Drawers()->*drawerargs.spanfunc)(drawerargs);
|
||||
drawerargs.DrawSpan();
|
||||
}
|
||||
|
||||
void RenderFlatPlane::StepColumn()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue