mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 21:13:02 +01:00
Cleanup.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user