diff --git a/Assets/YooAsset/Runtime/ResourceManager/Handle/RawFileHandle.cs b/Assets/YooAsset/Runtime/ResourceManager/Handle/RawFileHandle.cs index b6a09454..9f9215ef 100644 --- a/Assets/YooAsset/Runtime/ResourceManager/Handle/RawFileHandle.cs +++ b/Assets/YooAsset/Runtime/ResourceManager/Handle/RawFileHandle.cs @@ -73,7 +73,7 @@ namespace YooAsset return null; string filePath = Provider.RawFilePath; if (Provider.RawFileInfo == null || - Provider.RawFileInfo.Bundle.Encrypted == false) + Provider.RawFileInfo.Bundle.Encrypted == false) return FileUtility.ReadAllBytes(filePath); else return Provider.RawFileInfo.LoadRawFile(filePath);