- removed a few unused definitions.
This commit is contained in:
parent
dae6230f76
commit
4ca69f10c7
4 changed files with 3 additions and 25 deletions
|
|
@ -383,7 +383,7 @@ namespace swrenderer
|
|||
if (style.BlendOp == STYLEOP_Shadow)
|
||||
{
|
||||
style = LegacyRenderStyles[STYLE_TranslucentStencil];
|
||||
alpha = TRANSLUC33;
|
||||
alpha = OPAQUE / 3;
|
||||
color = 0;
|
||||
}
|
||||
|
||||
|
|
@ -393,7 +393,7 @@ namespace swrenderer
|
|||
}
|
||||
else if (style.Flags & STYLEF_Alpha1)
|
||||
{
|
||||
alpha = FRACUNIT;
|
||||
alpha = OPAQUE;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue