Enable lightmapped models by default, but keep CVar-gating as a debugging option

This commit is contained in:
nashmuhandes 2025-06-11 13:18:49 +08:00
commit ec9e5db3e3

View file

@ -237,7 +237,7 @@ CCMD(surfaceinfo)
EXTERN_CVAR(Float, lm_scale);
CVAR(Bool, lm_models, false, 0);
CVAR(Bool, lm_models, true, CVAR_NOSAVE); // CVar-gated for debugging convenience
/////////////////////////////////////////////////////////////////////////////