mirror of
https://github.com/bkaradzic/bimg.git
synced 2026-02-17 20:52:38 +01:00
Renaming string functions.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user