2
0
ncannasse 9 жил өмнө
parent
commit
0cd7aef7c7

+ 2 - 0
hxd/fs/LocalFileSystem.hx

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