diff --git a/Pal.Client/Floors/FrameworkService.cs b/Pal.Client/Floors/FrameworkService.cs index eb00900..fb06b8e 100644 --- a/Pal.Client/Floors/FrameworkService.cs +++ b/Pal.Client/Floors/FrameworkService.cs @@ -297,7 +297,10 @@ internal sealed class FrameworkService : IDisposable MarkerConfiguration config) { if (!config.Show) + { + location.RenderElement = null; return; + } var element = _renderAdapter.CreateElement(location.Type, location.Position, enabled, config.Color, config.Fill);