From 566b1de774d3ce23a7dab7e568024b2624524e48 Mon Sep 17 00:00:00 2001 From: mirrorcult Date: Fri, 15 Apr 2022 17:51:05 -0700 Subject: [PATCH] Hotfix gas tile overlay shading (#7576) --- Content.Client/Atmos/Overlays/GasTileOverlay.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Content.Client/Atmos/Overlays/GasTileOverlay.cs b/Content.Client/Atmos/Overlays/GasTileOverlay.cs index 4db9a341f7..48be409e71 100644 --- a/Content.Client/Atmos/Overlays/GasTileOverlay.cs +++ b/Content.Client/Atmos/Overlays/GasTileOverlay.cs @@ -31,6 +31,8 @@ namespace Content.Client.Atmos.Overlays var mapId = args.Viewport.Eye!.Position.MapId; var worldBounds = args.WorldBounds; + drawHandle.UseShader(null); + foreach (var mapGrid in _mapManager.FindGridsIntersecting(mapId, worldBounds)) { if (!_gasTileOverlaySystem.HasData(mapGrid.Index))