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); }