Fix shuttle planet FTL overlapping markers (#20887)
This commit is contained in:
@@ -553,6 +553,9 @@ public sealed partial class BiomeSystem : SharedBiomeSystem
|
|||||||
|
|
||||||
foreach (var node in nodes)
|
foreach (var node in nodes)
|
||||||
{
|
{
|
||||||
|
if (modified.Contains(node))
|
||||||
|
continue;
|
||||||
|
|
||||||
// Need to ensure the tile under it has loaded for anchoring.
|
// Need to ensure the tile under it has loaded for anchoring.
|
||||||
if (TryGetBiomeTile(node, component.Layers, component.Noise, grid, out var tile))
|
if (TryGetBiomeTile(node, component.Layers, component.Noise, grid, out var tile))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user