ref: fix late registration of studio cvars (thanks, @mittorn)

This commit is contained in:
Alibek Omarov
2023-10-14 08:11:25 +03:00
parent 287381d5ca
commit de19d78571
6 changed files with 9 additions and 6 deletions

View File

@@ -1096,6 +1096,7 @@ extern convar_t sw_surfcacheoverride;
extern convar_t sw_texfilt;
extern convar_t r_traceglow;
extern convar_t sw_noalphabrushes;
extern convar_t r_studio_sort_textures;
extern struct qfrustum_s {
mplane_t screenedge[4];