Fixed vertexdecl dump.

This commit is contained in:
Branimir Karadžić 2015-08-09 17:55:28 -07:00
parent abef9c7723
commit 16bae53263

View file

@ -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;