- Hooking the new RGB256k drawer to triangle drawer in place of RGB32k.
This commit is contained in:
parent
978152f483
commit
5ffee5231f
5 changed files with 6 additions and 6 deletions
|
|
@ -130,7 +130,7 @@ void PolyTriangleDrawer::draw_arrays(const PolyDrawArgs &drawargs, WorkerThreadD
|
|||
args.stencilMasks = PolyStencilBuffer::Instance()->Masks();
|
||||
args.subsectorGBuffer = PolySubsectorGBuffer::Instance()->Values();
|
||||
args.colormaps = drawargs.colormaps;
|
||||
args.RGB32k = RGB32k.All;
|
||||
args.RGB256k = RGB256k.All;
|
||||
args.BaseColors = (const uint8_t *)GPalette.BaseColors;
|
||||
|
||||
bool ccw = drawargs.ccw;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue