Improve note about door light blocking

This commit is contained in:
Jarrod Doyle 2024-12-09 10:27:32 +00:00
parent 5538a0e3ea
commit 9daaa3b73b
Signed by: Jayrude
GPG Key ID: 38B57B16E7C0ADF7
1 changed files with 2 additions and 1 deletions

View File

@ -129,7 +129,6 @@ public class LightMapper
private void BuildLightList()
{
// TODO: Doors aren't blocking lights, seems to be lighttable related
_lights.Clear();
// Get the chunks we need
@ -287,6 +286,8 @@ public class LightMapper
private void SetCellLightIndices()
{
// TODO: Doors aren't blocking lights. Need to do some cell traversal to remove light indices :(
if (!_mission.TryGetChunk<WorldRep>("WREXT", out var worldRep))
return;