aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/Gpu/Texture.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Core/Gpu/Texture.cs')
-rw-r--r--Ryujinx.Core/Gpu/Texture.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Core/Gpu/Texture.cs b/Ryujinx.Core/Gpu/Texture.cs
index 39a35059..022df83f 100644
--- a/Ryujinx.Core/Gpu/Texture.cs
+++ b/Ryujinx.Core/Gpu/Texture.cs
@@ -2,7 +2,7 @@ using Ryujinx.Graphics.Gal;
namespace Ryujinx.Core.Gpu
{
- public struct Texture
+ struct Texture
{
public long Position { get; private set; }