Remove outdated comment

This commit is contained in:
Jarrod Doyle 2024-09-29 10:14:46 +01:00
parent bd72554b9a
commit b57d15f6f0
Signed by: Jayrude
GPG Key ID: 38B57B16E7C0ADF7
1 changed files with 0 additions and 2 deletions

View File

@ -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,