diff options
Diffstat (limited to 'Ryujinx.Graphics/Gal/OpenGL/OGLTexture.cs')
| -rw-r--r-- | Ryujinx.Graphics/Gal/OpenGL/OGLTexture.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Graphics/Gal/OpenGL/OGLTexture.cs b/Ryujinx.Graphics/Gal/OpenGL/OGLTexture.cs index 82f9c913..7e1c0e53 100644 --- a/Ryujinx.Graphics/Gal/OpenGL/OGLTexture.cs +++ b/Ryujinx.Graphics/Gal/OpenGL/OGLTexture.cs @@ -82,7 +82,7 @@ namespace Ryujinx.Graphics.Gal.OpenGL Image.Height, 1); - Image.Format = GalImageFormat.R8G8 | (Image.Format & GalImageFormat.FormatMask); + Image.Format = GalImageFormat.R8G8 | (Image.Format & GalImageFormat.TypeMask); } (PixelInternalFormat InternalFormat, PixelFormat Format, PixelType Type) = OGLEnumConverter.GetImageFormat(Image.Format); |
