diff --git a/KeepersCompound.Lightmapper/Program.cs b/KeepersCompound.Lightmapper/Program.cs index 0355ade..1471989 100644 --- a/KeepersCompound.Lightmapper/Program.cs +++ b/KeepersCompound.Lightmapper/Program.cs @@ -51,7 +51,7 @@ class Program { position = brush.position, color = HsbToRgb(lightColor.Hue * 360, lightColor.Saturation, light.Brightness), - radius = light.Brightness, + radius = light.Radius, }); } else