From: havoc Date: Tue, 22 Sep 2009 21:16:27 +0000 (+0000) Subject: disable an annoying debug print X-Git-Tag: xonotic-v0.1.0preview~1412 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=88e62a0dcff7a8d02f194d23d313f7d7857e10df;p=xonotic%2Fdarkplaces.git disable an annoying debug print git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9221 d7cf8633-e32d-0410-b094-e92efae38249 --- 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++)