Skip to content

Commit ce70102

Browse files
authored
Merge pull request #880 from Kingrd97/main
fix ABProvider
2 parents b461bea + b6941a5 commit ce70102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/WXAssetBundleProvider.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ private void BeginOperation()
778778
else
779779
#endif
780780
{
781-
m_RequestOperation = WXAssetBundle.LoadFromFileAsync(
781+
m_RequestOperation = AssetBundle.LoadFromFileAsync(
782782
m_TransformedInternalId,
783783
m_Options == null ? 0 : m_Options.Crc
784784
);

0 commit comments

Comments
 (0)