This commit is contained in:
Branimir Karadžić
2023-06-29 09:25:54 -07:00
parent e74c3a82dd
commit 787ecc1138
2 changed files with 2 additions and 1 deletions

View File

@@ -533,7 +533,7 @@ namespace bgfx { namespace hlsl
if (end.isEmpty())
end = bx::strFind(bindDesc.Name, "Texture");
if (!end.isEmpty())
if (!end.isEmpty() )
{
Uniform un;
un.name.assign(bindDesc.Name, (end.getPtr() - bindDesc.Name) );