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

@ -68,7 +68,7 @@ CUSTOM_CVAR(Bool, r_newrenderer, 0, CVAR_NOINITCALL)
{
if (self == 1 && !hasglnodes)
{
Printf("No GL BSP detected. You must enable automap texturing and then restart the map\n");
Printf("No GL BSP detected. You must restart the map before rendering will be correct\n");
}
}