From f69f39e8cb6d9dadb981392e84b2ffd9c7df43a7 Mon Sep 17 00:00:00 2001 From: kimura Date: Mon, 14 Feb 2022 10:43:21 +0900 Subject: [PATCH] =?UTF-8?q?=E5=BC=9F=E9=9D=9E=E8=A1=A8=E7=A4=BA=E3=81=AE?= =?UTF-8?q?=E3=82=BF=E3=82=A4=E3=83=9F=E3=83=B3=E3=82=B0=E5=95=8F=E9=A1=8C?= =?UTF-8?q?=E3=82=92=E6=94=B9=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Assets/MyGame/Scenes/marketing/Scripts/BrotherPinkView.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/popcorn/Assets/MyGame/Scenes/marketing/Scripts/BrotherPinkView.cs b/popcorn/Assets/MyGame/Scenes/marketing/Scripts/BrotherPinkView.cs index 7d4c419f..d99f1f09 100644 --- a/popcorn/Assets/MyGame/Scenes/marketing/Scripts/BrotherPinkView.cs +++ b/popcorn/Assets/MyGame/Scenes/marketing/Scripts/BrotherPinkView.cs @@ -198,6 +198,7 @@ public class BrotherPinkView : SingletonMonoBehaviour public void SetSleepy() { + animator.ResetTrigger(Normal); SetTrigger(Sleepy); }