From eaca30883b0548567ba196848cf6ffd977fada9b Mon Sep 17 00:00:00 2001 From: geondo55 <102933884+geondo55@users.noreply.github.com> Date: Thu, 26 Jun 2025 15:59:19 +0900 Subject: [PATCH] =?UTF-8?q?Run=20=EB=AA=A8=EB=93=9C=20=EC=A2=85=EB=A3=8C?= =?UTF-8?q?=20=EC=8B=9C=20=EB=8D=B0=EC=9D=B4=ED=84=B0=EA=B0=80=20=EB=B0=94?= =?UTF-8?q?=EB=A1=9C=20=EB=81=8A=EA=B8=B0=EC=A7=80=20=EC=95=8A=EB=8A=94=20?= =?UTF-8?q?=EB=AC=B8=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Studio/TwinObject/StaticObject/StackerCrane.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Studio/TwinObject/StaticObject/StackerCrane.cs b/Assets/Scripts/Studio/TwinObject/StaticObject/StackerCrane.cs index e8d60eee..567ba7c2 100644 --- a/Assets/Scripts/Studio/TwinObject/StaticObject/StackerCrane.cs +++ b/Assets/Scripts/Studio/TwinObject/StaticObject/StackerCrane.cs @@ -120,7 +120,7 @@ namespace Studio.Staic.STKC } private void Update() { - if (isAnimation == false) + if (isAnimation == false || ManagerHub.instance.Get().CurState == RunManager.EState.Stop) return; Sliding(); Lifiting();