mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
- Comment fix.
SVN r3696 (trunk)
This commit is contained in:
parent
61742ee3a9
commit
c8dede941c
1 changed files with 1 additions and 1 deletions
|
@ -2238,7 +2238,7 @@ ESPSResult R_SetPatchStyle (FRenderStyle style, fixed_t alpha, int translation,
|
|||
}
|
||||
else if (style == LegacyRenderStyles[STYLE_Shaded])
|
||||
{
|
||||
// Shaded drawer only gets 16 levels because it saves memory.
|
||||
// Shaded drawer only gets 16 levels of alpha because it saves memory.
|
||||
if ((alpha >>= 12) == 0)
|
||||
return DontDraw;
|
||||
colfunc = R_DrawShadedColumn;
|
||||
|
|
Loading…
Reference in a new issue