mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-26 05:51:20 +00:00
- fixed: the 3D floor processing code in the renderer did not restore the render style after finishing.
Normally this won't be noticable, the only exception is if the last processed 3D floor had additive translucency and colored fog - this case is special because for additive rendering the fog color needs to be disabled.
This commit is contained in:
parent
720853cff8
commit
87d81656e1
1 changed files with 1 additions and 0 deletions
|
@ -1641,6 +1641,7 @@ void HWWall::BuildFFBlock(HWDrawInfo *di, seg_t * seg, F3DFloor * rover,
|
|||
lightlevel = savelight;
|
||||
Colormap = savecolor;
|
||||
flags &= ~HWF_CLAMPY;
|
||||
RenderStyle = STYLE_Normal;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue