From 155f17589cd01c4c01e52f2f40768380b6f15ab7 Mon Sep 17 00:00:00 2001 From: "tomaz tomaz@d7cf8633-e32d-0410-b094-e92efae38249" <> Date: Fri, 17 Sep 2010 22:47:57 +0000 Subject: [PATCH] UNMERGE Forgot to put back the paranoid code git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10473 d7cf8633-e32d-0410-b094-e92efae38249 ::stable-branch::unmerge=84e35ab21fc6f198614cf12441e8338af19058cb --- gl_rmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gl_rmain.c b/gl_rmain.c index 10397fd8..2ae699b3 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 = gl_paranoid.integer != 0; + qboolean debugshader = 1;//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) -- 2.39.2