From c386e15e9fb16385f34cfe953bfdfbaf4dc1fa05 Mon Sep 17 00:00:00 2001 From: kimura Date: Fri, 22 Oct 2021 12:39:10 +0900 Subject: [PATCH] =?UTF-8?q?=E8=B2=A9=E5=A3=B2=E3=82=A2=E3=83=8B=E3=83=A1?= =?UTF-8?q?=E3=83=BC=E3=82=B7=E3=83=A7=E3=83=B3=E4=BF=AE=E6=AD=A3?= 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 deletion(-) diff --git a/popcorn/Assets/MyGame/Scenes/marketing/Scripts/BrotherPinkView.cs b/popcorn/Assets/MyGame/Scenes/marketing/Scripts/BrotherPinkView.cs index c8ca90ed..eb3c30cf 100644 --- a/popcorn/Assets/MyGame/Scenes/marketing/Scripts/BrotherPinkView.cs +++ b/popcorn/Assets/MyGame/Scenes/marketing/Scripts/BrotherPinkView.cs @@ -176,7 +176,6 @@ public class BrotherPinkView : SingletonMonoBehaviour return; } } - animator.ResetTrigger(Promotion); ResetMove(); isPromotion = false; }