mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-24 21:21:04 +00:00
- add sloped 3D floor support to the poly renderer's GetCaps()
This commit is contained in:
parent
8a7090b4b7
commit
b8ab626609
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ uint32_t FSoftwareRenderer::GetCaps()
|
|||
ActorRenderFeatureFlags FlagSet = RFF_UNCLIPPEDTEX;
|
||||
|
||||
if (r_polyrenderer)
|
||||
FlagSet |= RFF_POLYGONAL | RFF_TILTPITCH;
|
||||
FlagSet |= RFF_POLYGONAL | RFF_TILTPITCH | RFF_SLOPE3DFLOORS;
|
||||
else if (r_drawvoxels)
|
||||
FlagSet |= RFF_VOXELS;
|
||||
|
||||
|
|
Loading…
Reference in a new issue