Remove outdated comment
This commit is contained in:
parent
bd72554b9a
commit
b57d15f6f0
|
@ -142,8 +142,6 @@ class Program
|
||||||
{
|
{
|
||||||
propLightColor ??= new PropLightColor { Hue = 0, Saturation = 0 };
|
propLightColor ??= new PropLightColor { Hue = 0, Saturation = 0 };
|
||||||
|
|
||||||
// TODO: There's still some lights that aren't positioned right such as Streetlamp.
|
|
||||||
// Perhaps there's a light point specified in model files?
|
|
||||||
var light = new Light
|
var light = new Light
|
||||||
{
|
{
|
||||||
position = brush.position + propLight.Offset,
|
position = brush.position + propLight.Offset,
|
||||||
|
|
Loading…
Reference in New Issue