mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +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)
|
||||
{
|
||||
style = LegacyRenderStyles[STYLE_TranslucentStencil];
|
||||
alpha = TRANSLUC33;
|
||||
alpha = OPAQUE / 3;
|
||||
color = 0;
|
||||
}
|
||||
|
||||
|
@ -401,7 +401,7 @@ namespace swrenderer
|
|||
}
|
||||
else if (style.Flags & STYLEF_Alpha1)
|
||||
{
|
||||
alpha = FRACUNIT;
|
||||
alpha = OPAQUE;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue