aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH0L0theBard <H0L0.Business@outlook.com>2022-11-12 23:35:26 +1000
committerGitHub <noreply@github.com>2022-11-12 13:35:26 +0000
commite8334b4a55b1daf6f1b9186cc5b0a158976c3e8c (patch)
treeaab8d8b316dc2b0c35e25cc2cc4f0c19e834df01
parent6f46d0ec44e95252b2e4fa08bd48290383ea1d59 (diff)
downloadNorthstarLauncher-e8334b4a55b1daf6f1b9186cc5b0a158976c3e8c.tar.gz
NorthstarLauncher-e8334b4a55b1daf6f1b9186cc5b0a158976c3e8c.zip
remove dev only from mat_colorcorrection (#326)
-rw-r--r--NorthstarDLL/misccommands.cpp1
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},