diff --git a/KeepersCompound.Lightmapper/Program.cs b/KeepersCompound.Lightmapper/Program.cs index 20d7c83..aedd0a3 100644 --- a/KeepersCompound.Lightmapper/Program.cs +++ b/KeepersCompound.Lightmapper/Program.cs @@ -142,8 +142,6 @@ class Program { 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 { position = brush.position + propLight.Offset,