Add zero brightness brush light warning

This commit is contained in:
Jarrod Doyle 2025-02-23 09:41:07 +00:00
parent 796b570347
commit cfd1d7577c
Signed by: Jayrude
GPG Key ID: 38B57B16E7C0ADF7
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}