light: silence "no model has face" warning
This commit is contained in:
parent
d0fb0bd410
commit
8e18933f5d
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue