FTE: Set sv_nopvs to 1 to hold onto client data at all times

This commit is contained in:
cypress 2023-12-28 12:08:49 -05:00 committed by GitHub
parent de88a6b0d4
commit afe03e30da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -341,6 +341,7 @@ vid_srgb "1" //-1: Only the framebuffer should use sRGB colourspace,
//Note that driver behaviour varies by a disturbing amount, and much of the documentation conflicts with itself (the term 'linear' is awkward when the eye's perception of linear is non-linear).
vid_multisample "0" //The number of samples to use for Multisample AntiAliasing (aka: msaa). A value of 1 explicitly disables it.
r_novis "1"
sv_nopvs "1"
// Graphical Nicaties
gl_overbright_all "0"