From bf17dfd1642ec813db000c4ec777ab91e215bfdf Mon Sep 17 00:00:00 2001 From: Lim0_C Date: Tue, 13 May 2025 15:03:31 +0900 Subject: [PATCH] =?UTF-8?q?DEG-158=20[Fix]=20=EC=BB=B7=EC=94=AC=20?= =?UTF-8?q?=EC=95=A0=EB=8B=88=EB=A9=94=EC=9D=B4=EC=85=98=20=EA=B8=B0?= =?UTF-8?q?=EC=9B=80=20=ED=98=84=EC=83=81=20=EA=B3=A0=EC=B9=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/LIN/Scripts/UI/InteractionAnimationPanelController.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Assets/LIN/Scripts/UI/InteractionAnimationPanelController.cs b/Assets/LIN/Scripts/UI/InteractionAnimationPanelController.cs index db35f2c9..937d03a0 100644 --- a/Assets/LIN/Scripts/UI/InteractionAnimationPanelController.cs +++ b/Assets/LIN/Scripts/UI/InteractionAnimationPanelController.cs @@ -88,6 +88,8 @@ public class InteractionAnimationPanelController : MonoBehaviour } yield return null; } + //로테이션 초기화 + doingImage.rectTransform.localRotation = Quaternion.identity; GameManager.Instance.StopInteractionSound(actionType); //패널 닫고 애니메이션 null처리