- 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:
Christoph Oelckers 2020-06-03 21:35:09 +02:00
parent 720853cff8
commit 87d81656e1

View file

@ -1641,6 +1641,7 @@ void HWWall::BuildFFBlock(HWDrawInfo *di, seg_t * seg, F3DFloor * rover,
lightlevel = savelight;
Colormap = savecolor;
flags &= ~HWF_CLAMPY;
RenderStyle = STYLE_Normal;
}