This commit is contained in:
Branimir Karadžić 2016-11-30 08:53:09 -08:00
parent 2c571700ce
commit e20db23d79
1 changed files with 1 additions and 1 deletions

View File

@ -3149,7 +3149,7 @@ namespace bgfx
static const KtxFormatInfo2 s_translateKtxFormat2[] =
{
{ KTX_A8, TextureFormat::A8 },
{ KTX_A8, TextureFormat::A8 },
{ KTX_RED, TextureFormat::R8 },
{ KTX_RGB, TextureFormat::RGB8 },
};