From a6a6e17a2925285f7bb304af8280379bbdc36a32 Mon Sep 17 00:00:00 2001 From: metalgearsloth Date: Thu, 3 Oct 2024 13:51:24 +1000 Subject: [PATCH] Also this one --- Robust.Client/Graphics/Clyde/Clyde.HLR.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Robust.Client/Graphics/Clyde/Clyde.HLR.cs b/Robust.Client/Graphics/Clyde/Clyde.HLR.cs index 0af9afa08d7..fcb88d60af3 100644 --- a/Robust.Client/Graphics/Clyde/Clyde.HLR.cs +++ b/Robust.Client/Graphics/Clyde/Clyde.HLR.cs @@ -452,6 +452,7 @@ private void RenderInRenderTarget(RenderTargetBase rt, Action a, Color? clearCol FenceRenderTarget(rt); + _currentRenderTarget = oldRenderTarget; PopRenderStateFull(state); _updateUniformConstants(_currentRenderTarget.Size);