Browse Source

one more fix

ncannasse 6 years ago
parent
commit
fc16da8808
1 changed files with 0 additions and 3 deletions
  1. 0 3
      hxd/Res.hx

+ 0 - 3
hxd/Res.hx

@@ -35,9 +35,6 @@ class Res {
 			file = "res";
 		return macro {
 			var file = $v{file};
-			#if usesys
-			file = haxe.System.dataPathPrefix + file;
-			#end
 			var pak = new hxd.fmt.pak.FileSystem();
 			pak.loadPak(file + ".pak");
 			var i = 1;