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()