aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Ryujinx.Graphics.Gpu/Image/TextureGroup.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Ryujinx.Graphics.Gpu/Image/TextureGroup.cs b/Ryujinx.Graphics.Gpu/Image/TextureGroup.cs
index cd17564a..a6e0616c 100644
--- a/Ryujinx.Graphics.Gpu/Image/TextureGroup.cs
+++ b/Ryujinx.Graphics.Gpu/Image/TextureGroup.cs
@@ -1431,10 +1431,10 @@ namespace Ryujinx.Graphics.Gpu.Image
return;
}
+ handle.Sync(_context);
+
_context.Renderer.BackgroundContextAction(() =>
{
- handle.Sync(_context);
-
Storage.SignalModifiedDirty();
lock (handle.Overlaps)