- 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

@ -95,7 +95,7 @@ private:
SSABool is_fixed_light;
SSAUBytePtr Colormaps;
SSAUBytePtr RGB32k;
SSAUBytePtr RGB256k;
SSAUBytePtr BaseColors;
SSAInt numSpans;