From 559feb90d2d576d951951361744c50ef08a8a037 Mon Sep 17 00:00:00 2001 From: kimura Date: Tue, 13 Jul 2021 09:12:09 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0/=E4=B8=8D=E8=A6=81=E5=87=A6=E7=90=86=E5=89=8A?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- popcorn/Assets/PopcornGameManager.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/popcorn/Assets/PopcornGameManager.cs b/popcorn/Assets/PopcornGameManager.cs index c6ef9376..580acab1 100644 --- a/popcorn/Assets/PopcornGameManager.cs +++ b/popcorn/Assets/PopcornGameManager.cs @@ -105,17 +105,13 @@ public class PopcornGameManager : MonoBehaviour compositeDisposable.Clear(); cornManager.Result.SkipLatestValueOnSubscribe() .FirstOrDefault() - .DelayFrame(1) + .DelayFrame(1) // Disposeタイミング調整 .Subscribe(x => { state.Value = GameState.Result; thermalControl.StopMeter(); characterFlower.gameObject.SetActive(false); characterSweat.gameObject.SetActive(false); - this.CallWaitForSeconds(1f, () => - { - - }); // リザルト表示遅延 Observable.Timer(TimeSpan.FromMilliseconds(1000)).Subscribe(a => {