mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-01-31 04:50:48 +00:00
- enable RenderFirstSkyPortal
This commit is contained in:
parent
32ad6dc887
commit
c70aff99e7
1 changed files with 2 additions and 3 deletions
|
@ -62,6 +62,7 @@ EXTERN_CVAR(Bool, r_drawvoxels)
|
|||
EXTERN_CVAR(Int, gl_tonemap)
|
||||
EXTERN_CVAR(Int, screenblocks)
|
||||
EXTERN_CVAR(Bool, cl_capfps)
|
||||
EXTERN_CVAR(Bool, gl_no_skyclear)
|
||||
|
||||
extern bool NoInterpolateView;
|
||||
|
||||
|
@ -439,10 +440,8 @@ void VulkanFrameBuffer::DrawScene(HWDrawInfo *di, int drawmode)
|
|||
di->CreateScene();
|
||||
}
|
||||
|
||||
#if 0
|
||||
glDepthMask(true);
|
||||
GetRenderState()->SetDepthMask(true);
|
||||
if (!gl_no_skyclear) screen->mPortalState->RenderFirstSkyPortal(recursion, di, *GetRenderState());
|
||||
#endif
|
||||
|
||||
di->RenderScene(*GetRenderState());
|
||||
|
||||
|
|
Loading…
Reference in a new issue