r3532 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Mar 21 03:22:16 EDT 2008


Author: div0
Date: 2008-03-21 03:22:15 -0400 (Fri, 21 Mar 2008)
New Revision: 3532

Modified:
   trunk/data/config_update.cfg
Log:
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


Modified: trunk/data/config_update.cfg
===================================================================
--- trunk/data/config_update.cfg	2008-03-21 07:20:46 UTC (rev 3531)
+++ trunk/data/config_update.cfg	2008-03-21 07:22:15 UTC (rev 3532)
@@ -5,7 +5,7 @@
 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 ...




More information about the nexuiz-commits mailing list