light: silence "no model has face" warning

This commit is contained in:
Eric Wasylishen 2015-10-25 23:41:19 -06:00
parent d0fb0bd410
commit 8e18933f5d
1 changed files with 2 additions and 1 deletions

View File

@ -134,7 +134,8 @@ LightThread(void *arg)
break;
}
if (i == bsp->nummodels) {
logprint("warning: no model has face %d\n", facenum);
// ericw -- silenced this warning becasue is causes spam when "skip" faces are used
//logprint("warning: no model has face %d\n", facenum);
continue;
}