From 0f79033f57f8366f2abb8e25ec2419348ca079e1 Mon Sep 17 00:00:00 2001 From: kimura Date: Thu, 10 Feb 2022 19:41:03 +0900 Subject: [PATCH] =?UTF-8?q?=E5=85=84=E5=BC=9F=E3=82=B9=E3=82=B1=E3=83=BC?= =?UTF-8?q?=E3=83=AB=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/BrotherBlueView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popcorn/Assets/MyGame/Scenes/marketing/Scripts/BrotherBlueView.cs b/popcorn/Assets/MyGame/Scenes/marketing/Scripts/BrotherBlueView.cs index 80446c35..4716e43a 100644 --- a/popcorn/Assets/MyGame/Scenes/marketing/Scripts/BrotherBlueView.cs +++ b/popcorn/Assets/MyGame/Scenes/marketing/Scripts/BrotherBlueView.cs @@ -13,7 +13,7 @@ public class BrotherBlueView : MonoBehaviour private void Awake() { - initScale = transform.localScale; + initScale = animator.transform.localScale; } public void SellAction()