From c040594caa4b35f0d383c81baf9e6098c43dd853 Mon Sep 17 00:00:00 2001 From: "ALIENJACK\\alien" Date: Fri, 24 Jan 2025 14:20:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DRom=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E6=97=B6,UI=E4=B8=8A=E5=B1=95=E7=A4=BA=E7=9A=84=E8=BF=9B?= =?UTF-8?q?=E5=BA=A6=E5=80=BC=E4=B8=8D=E6=AD=A3=E7=A1=AE=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Assets/Script/AppMain/Manager/RomLib/RomFile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AxibugEmuOnline.Client/Assets/Script/AppMain/Manager/RomLib/RomFile.cs b/AxibugEmuOnline.Client/Assets/Script/AppMain/Manager/RomLib/RomFile.cs index 1672801e..fb9d7332 100644 --- a/AxibugEmuOnline.Client/Assets/Script/AppMain/Manager/RomLib/RomFile.cs +++ b/AxibugEmuOnline.Client/Assets/Script/AppMain/Manager/RomLib/RomFile.cs @@ -96,7 +96,7 @@ namespace AxibugEmuOnline.Client float progress = 0f; - if (HasLocalFile) progress = 1f; + if (m_hasLocalFile) progress = 1f; else { var downloadProgress = App.FileDownloader.GetDownloadProgress(webData.url);