diff options
author | H0L0theBard <H0L0.Business@outlook.com> | 2022-11-12 23:35:26 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-12 13:35:26 +0000 |
commit | e8334b4a55b1daf6f1b9186cc5b0a158976c3e8c (patch) | |
tree | aab8d8b316dc2b0c35e25cc2cc4f0c19e834df01 /NorthstarDLL/misccommands.cpp | |
parent | 6f46d0ec44e95252b2e4fa08bd48290383ea1d59 (diff) | |
download | NorthstarLauncher-e8334b4a55b1daf6f1b9186cc5b0a158976c3e8c.tar.gz NorthstarLauncher-e8334b4a55b1daf6f1b9186cc5b0a158976c3e8c.zip |
remove dev only from mat_colorcorrection (#326)
Diffstat (limited to 'NorthstarDLL/misccommands.cpp')
-rw-r--r-- | NorthstarDLL/misccommands.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NorthstarDLL/misccommands.cpp b/NorthstarDLL/misccommands.cpp index 8e7217ac..fd17b884 100644 --- a/NorthstarDLL/misccommands.cpp +++ b/NorthstarDLL/misccommands.cpp @@ -204,6 +204,7 @@ void FixupCvarFlags() {"cam_ideallag", FCVAR_DEVELOPMENTONLY}, // graphics/visual settings + {"mat_colorcorrection", FCVAR_DEVELOPMENTONLY}, {"r_hbaoRadius", FCVAR_DEVELOPMENTONLY}, {"r_hbaoDepthMax", FCVAR_DEVELOPMENTONLY}, {"r_hbaoBlurSharpness", FCVAR_DEVELOPMENTONLY}, |