Fixed Containment Generators not updating pointlight correctly (#42289)

oh my god i've been overcomplicating this you don't want to know...
This commit is contained in:
TheFlyingSentry 2026-01-14 16:19:59 -05:00 committed by BarryNorfolk
parent 914bf8ab1c
commit a253b140a8
1 changed files with 1 additions and 0 deletions

View File

@ -402,6 +402,7 @@ public sealed class ContainmentFieldGeneratorSystem : EntitySystem
private void ChangeOnLightVisualizer(Entity<ContainmentFieldGeneratorComponent> generator)
{
_visualizer.SetData(generator, ContainmentFieldGeneratorVisuals.OnLight, generator.Comp.IsConnected);
UpdateConnectionLights(generator);
}
#endregion