소스 검색

always use absolute path for textures

ncannasse 11 년 전
부모
커밋
4c545dc822
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      h3d/parts/Editor.hx

+ 0 - 1
h3d/parts/Editor.hx

@@ -98,7 +98,6 @@ class Editor extends h2d.Sprite {
 		},{
 		},{
 			defaultPath : currentFilePath,
 			defaultPath : currentFilePath,
 			title : "Please select the texture",
 			title : "Please select the texture",
-			relativePath : true,
 			fileTypes : [{ name : "Images", extensions : ["png","jpg","jpeg","gif"] }],
 			fileTypes : [{ name : "Images", extensions : ["png","jpg","jpeg","gif"] }],
 		});
 		});
 	}
 	}