ncannasse 9 years ago
parent
commit
0cd7aef7c7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      hxd/fs/LocalFileSystem.hx

+ 2 - 0
hxd/fs/LocalFileSystem.hx

@@ -421,7 +421,9 @@ class LocalFileSystem implements FileSystem {
 	}
 
 	public function dispose() {
+		#if air3
 		fileCache = new Map();
+		#end
 	}
 
 }