瀏覽代碼

fixed split dump

Nicolas Cannasse 4 年之前
父節點
當前提交
3ee228ffbd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hxd/fmt/hmd/Dump.hx

+ 1 - 1
hxd/fmt/hmd/Dump.hx

@@ -111,7 +111,7 @@ class Dump {
 					prefix = prefix.substr(1);
 				}
 				if( s.split != null )
-					add('Split : ${s.split.length} ${s.split.toString()}');
+					add('Split : ${s.split.length} ${[for( s in s.split ) '{mat:${s.materialIndex}, joints:${s.joints.length}}'].join(' ')}');
 			}
 			prefix = "";
 		}