Sfoglia il codice sorgente

always use absolute path for textures

ncannasse 11 anni fa
parent
commit
4c545dc822
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      h3d/parts/Editor.hx

+ 0 - 1
h3d/parts/Editor.hx

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