소스 검색

Fixed vertexdecl dump.

Branimir Karadžić 10 년 전
부모
커밋
16bae53263
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/vertexdecl.cpp

+ 1 - 1
src/vertexdecl.cpp

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