Hotfix gas tile overlay shading (#7576)
This commit is contained in:
parent
094ca64aab
commit
566b1de774
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in New Issue