aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Ryujinx.Graphics.Gpu/Engine/MethodCopyTexture.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.Gpu/Engine/MethodCopyTexture.cs b/Ryujinx.Graphics.Gpu/Engine/MethodCopyTexture.cs
index 324946fd..430b733e 100644
--- a/Ryujinx.Graphics.Gpu/Engine/MethodCopyTexture.cs
+++ b/Ryujinx.Graphics.Gpu/Engine/MethodCopyTexture.cs
@@ -57,7 +57,7 @@ namespace Ryujinx.Graphics.Gpu.Engine
if (srcTexture.Format.IsDepthOrStencil())
{
- dstCopyTextureFormat = srcCopyTextureFormat;
+ dstCopyTextureFormat = srcTexture.Info.FormatInfo;
}
else
{