mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-01-31 04:50:48 +00:00
- fixed: One of these floors was supposed to be additive, not translucent...
This commit is contained in:
parent
4a95ef93ed
commit
c1352d6ecb
1 changed files with 1 additions and 1 deletions
|
@ -1529,7 +1529,7 @@ void R_DrawNormalPlane (visplane_t *pl, double _xscale, double _yscale, fixed_t
|
|||
{
|
||||
spanfunc = R_DrawSpanAddClamp;
|
||||
dc_srcalpha = alpha;
|
||||
dc_destalpha = OPAQUE-alpha;
|
||||
dc_destalpha = FRACUNIT;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue