Renaming string functions.

This commit is contained in:
Branimir Karadžić
2017-04-22 14:46:22 -07:00
parent 8c79e05df0
commit 69512a3e6f
3 changed files with 30 additions and 14 deletions

View File

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