ncannasse 9 년 전
부모
커밋
0cd7aef7c7
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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
 	}
 
 }