]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
disable an annoying debug print
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 22 Sep 2009 21:16:27 +0000 (21:16 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 22 Sep 2009 21:16:27 +0000 (21:16 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9221 d7cf8633-e32d-0410-b094-e92efae38249

r_shadow.c

index fb605639ee04a7fc785fb619fda0837b28010639..6ecd83c1552ca0202bea6ada73f97d370351d1eb 100644 (file)
@@ -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++)