From b57d15f6f0cbd867e3a7e5570a9a8fa8a9592278 Mon Sep 17 00:00:00 2001 From: Jarrod Doyle Date: Sun, 29 Sep 2024 10:14:46 +0100 Subject: [PATCH] Remove outdated comment --- KeepersCompound.Lightmapper/Program.cs | 2 -- 1 file changed, 2 deletions(-) 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,