Bläddra i källkod

always use absolute path for textures

ncannasse 11 år sedan
förälder
incheckning
4c545dc822
1 ändrade filer med 0 tillägg och 1 borttagningar
  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"] }],
 		});
 	}