From 88e62a0dcff7a8d02f194d23d313f7d7857e10df Mon Sep 17 00:00:00 2001 From: havoc Date: Tue, 22 Sep 2009 21:16:27 +0000 Subject: [PATCH] disable an annoying debug print git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9221 d7cf8633-e32d-0410-b094-e92efae38249 --- r_shadow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r_shadow.c b/r_shadow.c index fb605639..6ecd83c1 100644 --- a/r_shadow.c +++ b/r_shadow.c @@ -3703,7 +3703,7 @@ void R_DrawRTLight(rtlight_t *rtlight, qboolean visible) size = bound(1, r_shadow_shadowmapping_maxsize.integer, 2048) >> r_shadow_shadowmaplod; size = bound(1, size, 2048); - Con_Printf("distance %f lodlinear %i (lod %i) size %i\n", distance, lodlinear, r_shadow_shadowmaplod, size); + //Con_Printf("distance %f lodlinear %i (lod %i) size %i\n", distance, lodlinear, r_shadow_shadowmaplod, size); // render shadow casters into 6 sided depth texture for (side = 0;side < 6;side++) -- 2.39.2