Skip to content

Commit

Permalink
fix ABProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
ruidawang committed Oct 11, 2024
1 parent b461bea commit b6941a5
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 b6941a5

Please sign in to comment.