Fix compile errors
This commit is contained in:
parent
e90b73539e
commit
7b4d9675c9
12 changed files with 18 additions and 18 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue