Skip to content

Commit

Permalink
Merge pull request #880 from Kingrd97/main
Browse files Browse the repository at this point in the history
fix ABProvider
  • Loading branch information
Oooocean authored Oct 11, 2024
2 parents b461bea + b6941a5 commit ce70102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/WXAssetBundleProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ private void BeginOperation()
else
#endif
{
m_RequestOperation = WXAssetBundle.LoadFromFileAsync(
m_RequestOperation = AssetBundle.LoadFromFileAsync(
m_TransformedInternalId,
m_Options == null ? 0 : m_Options.Crc
);
Expand Down

0 comments on commit ce70102

Please sign in to comment.