diff --git a/Robust.Client/Graphics/Clyde/Clyde.HLR.cs b/Robust.Client/Graphics/Clyde/Clyde.HLR.cs index ba9b711a6a..39cfd39c19 100644 --- a/Robust.Client/Graphics/Clyde/Clyde.HLR.cs +++ b/Robust.Client/Graphics/Clyde/Clyde.HLR.cs @@ -99,7 +99,10 @@ namespace Robust.Client.Graphics.Clyde RenderOverlays(OverlaySpace.WorldSpace); - ApplyFovToBuffer(eye); + if (_lightManager.Enabled && eye.DrawFov) + { + ApplyFovToBuffer(eye); + } _lightingReady = false;