浏览代码

ignore cdb/img pair

ncannasse 12 年之前
父节点
当前提交
2dc17f4860
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      hxd/res/FileTree.hx

+ 1 - 0
hxd/res/FileTree.hx

@@ -33,6 +33,7 @@ class FileTree {
 		pairedExt = new Map();
 		pairedExt.set("fnt", ["png"]);
 		pairedExt.set("fbx", ["png"]);
+		pairedExt.set("cdb", ["img"]);
 		isFlash = Context.defined("flash");
 		isJS = Context.defined("js");
 	}