From 21a523d60063ae6c9fb863708c1cfae3c3443311 Mon Sep 17 00:00:00 2001 From: riperiperi Date: Sun, 2 Feb 2020 21:31:13 +0000 Subject: [PATCH] Add missing clear. --- Ryujinx.Graphics.Gpu/Image/TextureManager.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Ryujinx.Graphics.Gpu/Image/TextureManager.cs b/Ryujinx.Graphics.Gpu/Image/TextureManager.cs index 0095ccc7bb..10f4f5e30c 100644 --- a/Ryujinx.Graphics.Gpu/Image/TextureManager.cs +++ b/Ryujinx.Graphics.Gpu/Image/TextureManager.cs @@ -744,6 +744,7 @@ namespace Ryujinx.Graphics.Gpu.Image texture.Flush(); } } + _modified.Clear(); } ///