mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-07 15:31:02 +00:00
- Fix brokenness of preceding commit.
SVN r3179 (trunk)
This commit is contained in:
parent
0d39257eaf
commit
6ce9228150
2 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,7 @@ enum
|
||||||
FAKE3D_CLIPBOTTOM = 1, // clip bottom
|
FAKE3D_CLIPBOTTOM = 1, // clip bottom
|
||||||
FAKE3D_CLIPTOP = 2, // clip top
|
FAKE3D_CLIPTOP = 2, // clip top
|
||||||
FAKE3D_REFRESHCLIP = 4, // refresh clip info
|
FAKE3D_REFRESHCLIP = 4, // refresh clip info
|
||||||
|
FAKE3D_DOWN2UP = 8, // rendering from down to up (floors)
|
||||||
};
|
};
|
||||||
|
|
||||||
extern int fake3D;
|
extern int fake3D;
|
||||||
|
|
|
@ -1455,6 +1455,7 @@ void R_Subsector (subsector_t *sub)
|
||||||
void R_RenderBSPNode (void *node)
|
void R_RenderBSPNode (void *node)
|
||||||
{
|
{
|
||||||
if (numnodes == 0)
|
if (numnodes == 0)
|
||||||
|
{
|
||||||
R_Subsector (subsectors);
|
R_Subsector (subsectors);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue