Fix compile errors

This commit is contained in:
Magnus Norddahl 2017-02-02 15:24:21 +01:00
commit 7b4d9675c9
12 changed files with 18 additions and 18 deletions

View file

@ -286,7 +286,7 @@ namespace swrenderer
else
calclighting = true;
bool visible = drawerargs.SetPatchStyle(decal->RenderStyle, (float)decal->Alpha, decal->Translation, decal->AlphaColor, basecolormap);
bool visible = drawerargs.SetStyle(decal->RenderStyle, (float)decal->Alpha, decal->Translation, decal->AlphaColor, basecolormap);
// R_SetPatchStyle can modify basecolormap.
if (rereadcolormap)