Update 0 brightness light warning
This commit is contained in:
parent
21425d8cd3
commit
796b570347
|
@ -406,7 +406,7 @@ public class LightMapper
|
|||
|
||||
if (propLight != null && propLight.Brightness == 0)
|
||||
{
|
||||
Log.Warning("Concrete object {Id} has Light property with 0 brightness. Adjust brightness or remove property.", id);
|
||||
Log.Warning("Object {Id}: Zero brightness static light. Adjust brightness or remove un-used Light property.", id);
|
||||
}
|
||||
|
||||
if (propLight != null && propLight.Brightness != 0)
|
||||
|
|
Loading…
Reference in New Issue