forked from sin365/AxibugEmuOnline
修复Rom下载时,UI上展示的进度值不正确的问题
This commit is contained in:
parent
c553182c9a
commit
c040594caa
@ -96,7 +96,7 @@ namespace AxibugEmuOnline.Client
|
|||||||
|
|
||||||
float progress = 0f;
|
float progress = 0f;
|
||||||
|
|
||||||
if (HasLocalFile) progress = 1f;
|
if (m_hasLocalFile) progress = 1f;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
var downloadProgress = App.FileDownloader.GetDownloadProgress(webData.url);
|
var downloadProgress = App.FileDownloader.GetDownloadProgress(webData.url);
|
||||||
|
Loading…
Reference in New Issue
Block a user