From 49a35b1b6c192ddef9c377fda14303a78b823299 Mon Sep 17 00:00:00 2001 From: Foldcc_b1 Date: Tue, 4 Apr 2023 18:33:51 +0800 Subject: [PATCH] update core --- Runtime/Scripts/AwardVideoPlayer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/Scripts/AwardVideoPlayer.cs b/Runtime/Scripts/AwardVideoPlayer.cs index 155223b..9d8e8e4 100644 --- a/Runtime/Scripts/AwardVideoPlayer.cs +++ b/Runtime/Scripts/AwardVideoPlayer.cs @@ -25,11 +25,11 @@ public class AwardVideoPlayer : ADPlayer , ATRewardedVideoListener { if (this.IsReadly()) { + this.curState = 0; this._onVideoComplete = onVideoComplete; this.adListener.onClose = onClose; this.adListener.onVideoComplete = this.OnVideoComplete; this._atRewardedVideo.showAd(this.Key); - this.curState = 0; } }