update core

This commit is contained in:
2023-09-14 14:21:41 +08:00
parent 16fa6029d0
commit 4f47834719
4 changed files with 16 additions and 12 deletions

View File

@@ -163,7 +163,7 @@ namespace Runtime.ADAggregator
}
var player = AD_Dicts[adType];
_curAsyncPlayer = new AsyncAdPlayer(player, callback);
_curAsyncPlayer = new AsyncAdPlayer(player,adScene , callback);
}
catch (Exception e)
{