소스 검색

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");
 	}