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);