Run fixgridatmos for cargo & emergency shuttle (#26382)
Fix cargo & emergency shuttle
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user