From 4e5944a4d8c1221b6495bb7ed61192abe61213f6 Mon Sep 17 00:00:00 2001 From: div0 Date: Fri, 21 Mar 2008 07:22:15 +0000 Subject: [PATCH] oops, that WAS a bug in the updating... if glslgamma is already 1, it's fine and should be kept even if hwgamma was 1 git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3532 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/config_update.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/config_update.cfg b/data/config_update.cfg index a56037c13..449ac726a 100644 --- a/data/config_update.cfg +++ b/data/config_update.cfg @@ -5,7 +5,7 @@ alias _update_0_r_glsl_cb_0 "" alias _update_0_r_glsl_cb_1 "echo Ignore the error message above, the check works fine otherwise; v_contrastboost $r_glsl_contrastboost; r_glsl_contrastboost 1" alias _update_0_r_glsl_cb "_update_0_r_glsl_cb_$_update_0_have_r_glsl_cb" alias _update_0_v_hwgamma_0 "v_glslgamma 1; v_hwgamma 1" -alias _update_0_v_hwgamma_1 "v_glslgamma 0; v_hwgamma 1" +alias _update_0_v_hwgamma_1 "" alias _update_configversion_0 "_update_0_v_hwgamma_$v_hwgamma; set _update_0_have_r_glsl_cb 1; _update_0_r_glsl_cb_check_$r_glsl_contrastboost; _update_0_r_glsl_cb" // Updates for 2.4.1 to ... -- 2.39.2