diff options
Diffstat (limited to 'src/Ryujinx.Graphics.GAL/SwizzleComponent.cs')
-rw-r--r-- | src/Ryujinx.Graphics.GAL/SwizzleComponent.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Ryujinx.Graphics.GAL/SwizzleComponent.cs b/src/Ryujinx.Graphics.GAL/SwizzleComponent.cs index a405bd13..ee65e010 100644 --- a/src/Ryujinx.Graphics.GAL/SwizzleComponent.cs +++ b/src/Ryujinx.Graphics.GAL/SwizzleComponent.cs @@ -7,6 +7,6 @@ namespace Ryujinx.Graphics.GAL Red, Green, Blue, - Alpha + Alpha, } -}
\ No newline at end of file +} |