light: tidy log message

This commit is contained in:
Eric Wasylishen 2016-06-01 16:34:35 -06:00
parent 72e07f82fb
commit 26fd4b6d28
1 changed files with 1 additions and 2 deletions

View File

@ -730,11 +730,10 @@ LightWorld(bspdata_t *bspdata, qboolean forcedscale)
/* ericw -- alloc memory */
ltface_ctxs = (struct ltface_ctx *)calloc(bsp->numfaces, sizeof(struct ltface_ctx));
logprint("==LightThread==\n");
RunThreadsOn(0, bsp->numfaces, LightThread, bsp);
if (bounce.value) {
logprint("==LightThreadBounce==\n");
logprint("--- LightThreadBounce ---\n");
RunThreadsOn(0, bsp->numfaces, LightThreadBounce, bsp);
}