Run fixgridatmos for cargo & emergency shuttle (#26382)

Fix cargo & emergency shuttle
This commit is contained in:
Leon Friedrich
2024-03-25 03:17:56 +11:00
committed by GitHub
parent 8f33db1e6c
commit ec761114ea
6 changed files with 65 additions and 580 deletions

View File

@@ -256,6 +256,8 @@ public sealed class AtmosDebugOverlay : Overlay
handle.DrawString(_font, pos, $"Map: {data.MapAtmosphere}");
pos += offset;
handle.DrawString(_font, pos, $"NoGrid: {data.NoGrid}");
pos += offset;
handle.DrawString(_font, pos, $"Immutable: {data.Immutable}");
}
private void GetGrids(MapId mapId, Box2Rotated box)