Branimir Karadžić 7 년 전
부모
커밋
037fda1ebc
2개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      src/bgfx.cpp
  2. 0 1
      src/vertexdecl.cpp

+ 2 - 2
src/bgfx.cpp

@@ -492,7 +492,7 @@ namespace bgfx
 	{
 		if (BX_ENABLED(BGFX_CONFIG_DEBUG) )
 		{
-			BX_TRACE("vertexdecl %08x (%08x), stride %d\n"
+			BX_TRACE("vertexdecl %08x (%08x), stride %d"
 				, _decl.m_hash
 				, bx::hash<bx::HashMurmur2A>(_decl.m_attributes)
 				, _decl.m_stride
@@ -508,7 +508,7 @@ namespace bgfx
 					bool asInt;
 					_decl.decode(Attrib::Enum(attr), num, type, normalized, asInt);
 
-					BX_TRACE("\tattr %d - %s, num %d, type %d, norm %d, asint %d, offset %d\n"
+					BX_TRACE("\tattr %d - %s, num %d, type %d, norm %d, asint %d, offset %d"
 						, attr
 						, getAttribName(Attrib::Enum(attr) )
 						, num

+ 0 - 1
src/vertexdecl.cpp

@@ -10,7 +10,6 @@
 #include <bx/string.h>
 #include <bx/uint32_t.h>
 
-#include "config.h"
 #include "vertexdecl.h"
 
 namespace bgfx