mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Fixed vertexdecl dump.
This commit is contained in:
parent
abef9c7723
commit
16bae53263
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ namespace bgfx
|
|||
|
||||
for (uint32_t attr = 0; attr < Attrib::Count; ++attr)
|
||||
{
|
||||
if (0xff != _decl.m_attributes[attr])
|
||||
if (UINT16_MAX != _decl.m_attributes[attr])
|
||||
{
|
||||
uint8_t num;
|
||||
AttribType::Enum type;
|
||||
|
|
Loading…
Reference in a new issue