Browse Source

Skip build SourceLoader content on console (#1296)

Pierre Chabiland 2 weeks ago
parent
commit
de741aaa6c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hxd/fs/SourceLoader.hx

+ 1 - 1
hxd/fs/SourceLoader.hx

@@ -3,7 +3,7 @@ package hxd.fs;
 class SourceLoader {
 
 	static var RELOAD_LFS : Array<hxd.fs.FileSystem> = [];
-	#if sys
+	#if (sys && !usesys)
 	public static function addLivePath( path : String ) {
 		RELOAD_LFS.push(new hxd.fs.LocalFileSystem(path,""));
 	}