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:
parent
914bf8ab1c
commit
a253b140a8
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue