Use R_RenderSegLoop if the back sector has any 3D floor planes

This commit is contained in:
Lactozilla 2024-05-19 22:28:40 -03:00
parent c0a0b306ef
commit e22ea1f2e9

View file

@ -2956,7 +2956,7 @@ void R_StoreWallRange(INT32 start, INT32 stop)
didsolidcol = false;
if (!segtextured && !numffloors)
if (!segtextured && !numffloors && !numbackffloors)
{
if (markfloor || markceiling)
R_MarkSegBounds();