- Hooking the new RGB256k drawer to triangle drawer in place of RGB32k.

This commit is contained in:
Rachael Alexanderson 2016-12-19 11:27:46 -05:00
commit 5ffee5231f
5 changed files with 6 additions and 6 deletions

View file

@ -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;