From dafb5847395b2e5a3a1d59eb564d750ee0083aa8 Mon Sep 17 00:00:00 2001 From: kimura Date: Thu, 10 Feb 2022 19:41:45 +0900 Subject: [PATCH] =?UTF-8?q?=E5=AE=A3=E4=BC=9D=E4=B8=AD=E3=81=AB=E3=83=AC?= =?UTF-8?q?=E3=83=99=E3=83=AB=E3=82=A2=E3=83=83=E3=83=97=E6=BC=94=E5=87=BA?= =?UTF-8?q?=E3=81=8C=E5=87=BA=E3=81=AA=E3=81=84=E3=82=88=E3=81=86=E3=81=AB?= =?UTF-8?q?=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- popcorn/Assets/MyGame/Scenes/marketing/Scripts/MarketManager.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/popcorn/Assets/MyGame/Scenes/marketing/Scripts/MarketManager.cs b/popcorn/Assets/MyGame/Scenes/marketing/Scripts/MarketManager.cs index c5f5e6ab..f50b70a3 100644 --- a/popcorn/Assets/MyGame/Scenes/marketing/Scripts/MarketManager.cs +++ b/popcorn/Assets/MyGame/Scenes/marketing/Scripts/MarketManager.cs @@ -91,6 +91,8 @@ public class MarketManager : MonoBehaviour // ハートゲージがフルかつダイアログが開いていない場合レベルアップ HeartMeter.Instance.FulledHeart + .CombineLatest(market.IsPromotion.Delay(TimeSpan.FromSeconds(1f)), (fulled, isPromotion) => fulled && !isPromotion) + .Where(x => x) .DelaySubscription(TimeSpan.FromSeconds(.4f)) .Subscribe(_ => {