diff options
Diffstat (limited to 'Ryujinx.Graphics.GAL/Rectangle.cs')
-rw-r--r-- | Ryujinx.Graphics.GAL/Rectangle.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.GAL/Rectangle.cs b/Ryujinx.Graphics.GAL/Rectangle.cs index 1e207926..c8fa93d9 100644 --- a/Ryujinx.Graphics.GAL/Rectangle.cs +++ b/Ryujinx.Graphics.GAL/Rectangle.cs @@ -1,6 +1,6 @@ namespace Ryujinx.Graphics.GAL { - public struct Rectangle<T> where T : unmanaged + public readonly struct Rectangle<T> where T : unmanaged { public T X { get; } public T Y { get; } |