mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Fixed vertexdecl dump.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user