Fix incorrect radius on object light
This commit is contained in:
parent
6c143058e9
commit
b55d58b9fe
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue