This commit is contained in:
Branimir Karadžić
2017-01-19 00:22:06 -08:00
parent f5c2ed411b
commit 14dccb7f1e
5 changed files with 13 additions and 11 deletions

View File

@@ -235,7 +235,7 @@ namespace bgfx
const TextureFormat::Enum fmt = TextureFormat::Enum(ii);
if (isValid(fmt) )
{
if (0 == bx::stricmp(s_textureFormatName[ii], _name) )
if (0 == bx::strincmp(s_textureFormatName[ii], _name) )
{
return fmt;
}