aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/Gpu/TextureReader.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Core/Gpu/TextureReader.cs')
-rw-r--r--Ryujinx.Core/Gpu/TextureReader.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Core/Gpu/TextureReader.cs b/Ryujinx.Core/Gpu/TextureReader.cs
index ae3b0000..acd17c5d 100644
--- a/Ryujinx.Core/Gpu/TextureReader.cs
+++ b/Ryujinx.Core/Gpu/TextureReader.cs
@@ -4,7 +4,7 @@ using System;
namespace Ryujinx.Core.Gpu
{
- public static class TextureReader
+ static class TextureReader
{
public static byte[] Read(IAMemory Memory, Texture Texture)
{