- Comment fix.

SVN r3696 (trunk)
This commit is contained in:
Randy Heit 2012-06-17 04:04:41 +00:00
parent 61742ee3a9
commit c8dede941c

View file

@ -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;