From dd99ae1b6a7479215625e114290973aac105ddcf Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 25 Nov 2011 13:23:46 +0100 Subject: [PATCH] enable sRGB fallback if needed --- defaultXonotic.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index d7f933658..6c0876a93 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -249,6 +249,7 @@ v_deathtilt 0 // needed for spectators (who are dead to avoid prediction) // we want to use sRGB for our maps! exec sRGB-disable.cfg +vid_sRGB_fallback 2 // these settings determine how much the view is affected by movement/damage cl_smoothviewheight 0.05 // time of the averaging to the viewheight value so that it creates a smooth transition for crouching and such. 0 for instant transition -- 2.39.2