update core

This commit is contained in:
2023-09-14 14:21:41 +08:00
parent acff3d126b
commit 89f5f66322
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)
{