Browse Source

fix wrt latest heaps

ncannasse 6 năm trước cách đây
mục cha
commit
24859c308f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      hide/Ide.hx

+ 1 - 1
hide/Ide.hx

@@ -482,7 +482,7 @@ class Ide {
 		typesCache = new hide.tools.TypesCache();
 
 		var localDir = sys.FileSystem.exists(resourceDir) ? resourceDir : projectDir;
-		hxd.res.Loader.currentInstance = new CustomLoader(new hxd.fs.LocalFileSystem(localDir));
+		hxd.res.Loader.currentInstance = new CustomLoader(new hxd.fs.LocalFileSystem(localDir,"default"));
 		renderers = [
 			new hide.Renderer.MaterialSetup("Default"),
 			new hide.Renderer.PbrSetup("PBR"),