From fc064d6a2f0aaaab6bb36e90d2897487762b6a5a Mon Sep 17 00:00:00 2001 From: kimura Date: Thu, 5 Aug 2021 09:40:08 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=9F=E3=82=B9=E6=95=B0=E3=81=AB=E9=81=94?= =?UTF-8?q?=E3=81=97=E3=81=A6=E3=82=82=E3=82=B2=E3=83=BC=E3=83=A0=E3=81=8C?= =?UTF-8?q?=E7=B6=9A=E3=81=8F=E3=82=88=E3=81=86=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MyGame/Scenes/Cooking/Scripts/CornManager.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/popcorn/Assets/MyGame/Scenes/Cooking/Scripts/CornManager.cs b/popcorn/Assets/MyGame/Scenes/Cooking/Scripts/CornManager.cs index 3bdf4a0e..14e9cb28 100644 --- a/popcorn/Assets/MyGame/Scenes/Cooking/Scripts/CornManager.cs +++ b/popcorn/Assets/MyGame/Scenes/Cooking/Scripts/CornManager.cs @@ -82,12 +82,12 @@ public class CornManager : MonoBehaviour }).AddTo(this); // ミス数上限で失敗 - missCount - .Where(x => x == maxFailedCornCount) - .Subscribe(_ => - { - SetResult(CornResult.Failure); - }).AddTo(this); + // missCount + // .Where(x => x == maxFailedCornCount) + // .Subscribe(_ => + // { + // SetResult(CornResult.Failure); + // }).AddTo(this); #if DEVELOPMENT_BUILD || UNITY_EDITOR cornCountSlider.wholeNumbers = true;