Request GL BSP instead of requiring automap texturing to be on

This commit is contained in:
Magnus Norddahl 2016-11-09 12:07:07 +01:00
commit 9820a6cb88
3 changed files with 7 additions and 1 deletions

View file

@ -258,6 +258,11 @@ int FSoftwareRenderer::GetMaxViewPitch(bool down)
return (r_newrenderer) ? int(maxviewpitch) : (down ? MAX_DN_ANGLE : MAX_UP_ANGLE);
}
bool FSoftwareRenderer::RequireGLNodes()
{
return r_newrenderer;
}
//==========================================================================
//
// OnModeSet