- 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.

# Conflicts:
#	src/gl/scene/gl_walls.cpp
This commit is contained in:
Christoph Oelckers 2020-06-04 01:03:09 +02:00 committed by drfrag
parent 09fbbfb1c6
commit 30327ffa4f

View file

@ -1194,6 +1194,7 @@ void GLWall::BuildFFBlock(seg_t * seg, F3DFloor * rover,
lightlevel = savelight;
Colormap = savecolor;
flags &= ~GLT_CLAMPY;
RenderStyle = STYLE_Normal;
}