Add zero brightness brush light warning
This commit is contained in:
parent
796b570347
commit
cfd1d7577c
|
@ -300,6 +300,7 @@ public class LightMapper
|
|||
// Ignore 0 brightness lights
|
||||
if (sz.X == 0)
|
||||
{
|
||||
Log.Warning("Brush at {Id}: Zero brightness static light. Adjust brightness or remove light.", brush.position);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue