ncannasse 9 gadi atpakaļ
vecāks
revīzija
0cd7aef7c7
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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
 	}
 
 }