mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-24 13:21:20 +00:00
Use R_RenderSegLoop if the back sector has any 3D floor planes
This commit is contained in:
parent
c0a0b306ef
commit
e22ea1f2e9
1 changed files with 1 additions and 1 deletions
|
@ -2956,7 +2956,7 @@ void R_StoreWallRange(INT32 start, INT32 stop)
|
||||||
|
|
||||||
didsolidcol = false;
|
didsolidcol = false;
|
||||||
|
|
||||||
if (!segtextured && !numffloors)
|
if (!segtextured && !numffloors && !numbackffloors)
|
||||||
{
|
{
|
||||||
if (markfloor || markceiling)
|
if (markfloor || markceiling)
|
||||||
R_MarkSegBounds();
|
R_MarkSegBounds();
|
||||||
|
|
Loading…
Reference in a new issue