Skip to content

Commit 8c2a478

Browse files
authored
修改文件下载的bug
1 parent b0e92e4 commit 8c2a478

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

GameFramework/Runtime/WebRequest/FileDownloader.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ public void StopDownload()
133133
_downloadErrorCallback = null;
134134
_downloadingFiles.Clear();
135135
_remainingFiles.Clear();
136+
_needDownloadFiles.Clear();
136137
Downloading = false;
137138
}
138139
}
@@ -194,4 +195,4 @@ private void RemoveDownloadFile(string localPath)
194195
#endregion
195196

196197
}
197-
}
198+
}

0 commit comments

Comments
 (0)