diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2021-07-25 07:08:39 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-25 07:08:39 -0400 |
| commit | 39ab063ebc48ceeafc552d66a156f046c02a38bc (patch) | |
| tree | ce6c048c6a0a6364ee649bd77603b697c931baad /ZAPD/ZDisplayList.cpp | |
| parent | 5fa6f0f84a0731fdb773a73b8f7cbd7c5ee73d6b (diff) | |
fix (#157)
Diffstat (limited to 'ZAPD/ZDisplayList.cpp')
| -rw-r--r-- | ZAPD/ZDisplayList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ZAPD/ZDisplayList.cpp b/ZAPD/ZDisplayList.cpp index 4de6af6..9d9cca3 100644 --- a/ZAPD/ZDisplayList.cpp +++ b/ZAPD/ZDisplayList.cpp @@ -2147,7 +2147,7 @@ TextureType ZDisplayList::TexFormatToTexType(F3DZEXTexFormats fmt, F3DZEXTexSize else if (fmt == F3DZEXTexFormats::G_IM_FMT_IA) { if (siz == F3DZEXTexSizes::G_IM_SIZ_4b) - return TextureType::Grayscale4bpp; + return TextureType::GrayscaleAlpha4bpp; else if (siz == F3DZEXTexSizes::G_IM_SIZ_8b) return TextureType::GrayscaleAlpha8bpp; else if (siz == F3DZEXTexSizes::G_IM_SIZ_16b) |
