ncannasse %!s(int64=9) %!d(string=hai) anos
pai
achega
0cd7aef7c7
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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
 	}
 
 }