- changed gl_ssao_portals default to 1

This commit is contained in:
Rachael Alexanderson 2017-07-20 06:41:34 -04:00
parent 5918167fb3
commit bc38f7f776

View file

@ -113,7 +113,7 @@ CUSTOM_CVAR(Int, gl_ssao, 0, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
self = 0; self = 0;
} }
CUSTOM_CVAR(Int, gl_ssao_portals, 0, CVAR_ARCHIVE | CVAR_GLOBALCONFIG) CUSTOM_CVAR(Int, gl_ssao_portals, 1, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
{ {
if (self < 0) if (self < 0)
self = 0; self = 0;