From: tomaz Date: Fri, 17 Sep 2010 22:47:57 +0000 (+0000) Subject: Forgot to put back the paranoid code X-Git-Tag: xonotic-v0.1.0preview~230^2~11 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=84e35ab21fc6f198614cf12441e8338af19058cb;p=xonotic%2Fdarkplaces.git Forgot to put back the paranoid code git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10473 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/gl_rmain.c b/gl_rmain.c index 2ae699b3..10397fd8 100644 --- a/gl_rmain.c +++ b/gl_rmain.c @@ -4500,7 +4500,7 @@ static void R_HLSL_CacheShader(r_hlsl_permutation_t *p, const char *cachename, c int psresult = 0; char temp[MAX_INPUTLINE]; const char *vsversion = "vs_3_0", *psversion = "ps_3_0"; - qboolean debugshader = 1;//gl_paranoid.integer != 0; + qboolean debugshader = gl_paranoid.integer != 0; if (p->permutation & SHADERPERMUTATION_OFFSETMAPPING) {vsversion = "vs_3_0";psversion = "ps_3_0";} if (p->permutation & SHADERPERMUTATION_OFFSETMAPPING_RELIEFMAPPING) {vsversion = "vs_3_0";psversion = "ps_3_0";} if (!debugshader)