- fixed: Some RenderStyles would crash ZDoom.

This commit is contained in:
Rachael Alexanderson 2016-12-15 11:37:05 -05:00 committed by Christoph Oelckers
parent c3cb9d20fb
commit 8fede44c3d
1 changed files with 1 additions and 0 deletions

View File

@ -175,6 +175,7 @@ namespace swrenderer
{
identitymap[i] = i;
}
identitycolormap.Maps = identitymap;
}
void R_InitFuzzTable(int fuzzoff)