Skip to content

Commit b6941a5

Browse files
author
ruidawang
committed
fix ABProvider
1 parent b461bea commit b6941a5

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)