Fix shuttle planet FTL overlapping markers (#20887)

This commit is contained in:
metalgearsloth
2023-10-11 08:33:04 +11:00
committed by GitHub
parent 660ee13b89
commit 83062e39b0

View File

@@ -553,6 +553,9 @@ public sealed partial class BiomeSystem : SharedBiomeSystem
foreach (var node in nodes)
{
if (modified.Contains(node))
continue;
// Need to ensure the tile under it has loaded for anchoring.
if (TryGetBiomeTile(node, component.Layers, component.Noise, grid, out var tile))
{