diff options
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Image/TextureManager.cs')
-rw-r--r-- | Ryujinx.Graphics.Gpu/Image/TextureManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.Gpu/Image/TextureManager.cs b/Ryujinx.Graphics.Gpu/Image/TextureManager.cs index f8720695..ea321aae 100644 --- a/Ryujinx.Graphics.Gpu/Image/TextureManager.cs +++ b/Ryujinx.Graphics.Gpu/Image/TextureManager.cs @@ -348,7 +348,7 @@ namespace Ryujinx.Graphics.Gpu.Image /// <summary> /// Update host framebuffer attachments based on currently bound render target buffers. /// </summary> - private void UpdateRenderTargets() + public void UpdateRenderTargets() { bool anyChanged = false; |