From a3c83fe6f845c7d0d9efeb61e0e97d50301eb7c9 Mon Sep 17 00:00:00 2001 From: kimura Date: Mon, 14 Feb 2022 17:53:18 +0900 Subject: [PATCH] =?UTF-8?q?=E8=B2=A9=E5=A3=B2=E3=81=A7=E3=81=AE=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=AE=E3=82=BF=E3=82=A4=E3=83=9F=E3=83=B3=E3=82=B0=E8=AA=BF?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- popcorn/Assets/MyGame/Scenes/marketing/Scripts/MarketManager.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/popcorn/Assets/MyGame/Scenes/marketing/Scripts/MarketManager.cs b/popcorn/Assets/MyGame/Scenes/marketing/Scripts/MarketManager.cs index c07b36da..8e8a2cf0 100644 --- a/popcorn/Assets/MyGame/Scenes/marketing/Scripts/MarketManager.cs +++ b/popcorn/Assets/MyGame/Scenes/marketing/Scripts/MarketManager.cs @@ -86,6 +86,7 @@ public class MarketManager : MonoBehaviour // ハートゲージがフルかつダイアログが開いていない場合レベルアップ HeartMeter.Instance.FulledHeart .CombineLatest(market.IsPromotion.Delay(TimeSpan.FromSeconds(1f)), (fulled, isPromotion) => fulled && !isPromotion) + .DistinctUntilChanged() .Where(x => x) .DelaySubscription(TimeSpan.FromSeconds(.4f)) .Subscribe(_ =>