- add sloped 3D floor support to the poly renderer's GetCaps()

This commit is contained in:
Rachael Alexanderson 2017-08-18 18:33:19 -04:00
parent 8a7090b4b7
commit b8ab626609
1 changed files with 1 additions and 1 deletions

View File

@ -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;