mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 23:32:04 +00:00
Merge branch 'master' of https://github.com/raa-eruanna/qzdoom
This commit is contained in:
commit
6187c3734e
1 changed files with 2 additions and 2 deletions
|
@ -387,7 +387,7 @@ namespace swrenderer
|
||||||
if (style.BlendOp == STYLEOP_Shadow)
|
if (style.BlendOp == STYLEOP_Shadow)
|
||||||
{
|
{
|
||||||
style = LegacyRenderStyles[STYLE_TranslucentStencil];
|
style = LegacyRenderStyles[STYLE_TranslucentStencil];
|
||||||
alpha = TRANSLUC33;
|
alpha = OPAQUE / 3;
|
||||||
color = 0;
|
color = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -401,7 +401,7 @@ namespace swrenderer
|
||||||
}
|
}
|
||||||
else if (style.Flags & STYLEF_Alpha1)
|
else if (style.Flags & STYLEF_Alpha1)
|
||||||
{
|
{
|
||||||
alpha = FRACUNIT;
|
alpha = OPAQUE;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue