From 8bba51ee05ecbe28ac8e2ec2a631aa360ec7d188 Mon Sep 17 00:00:00 2001 From: "aube.lee" Date: Thu, 20 Feb 2025 16:24:03 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20stage=20=EC=9E=AC=EC=8B=9C=EC=9E=91=20?= =?UTF-8?q?=EC=A1=B0=EA=B1=B4=20=EC=A0=81=EC=9A=A9=EC=9D=84=20=EC=9C=84?= =?UTF-8?q?=ED=95=9C=20ChangeScene=20=EB=A9=94=EC=86=8C=EB=93=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gameton-06/Assets/Gameton/Scripts/Common/Main.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gameton-06/Assets/Gameton/Scripts/Common/Main.cs b/Gameton-06/Assets/Gameton/Scripts/Common/Main.cs index ba3ac5c1..7cf75be3 100644 --- a/Gameton-06/Assets/Gameton/Scripts/Common/Main.cs +++ b/Gameton-06/Assets/Gameton/Scripts/Common/Main.cs @@ -55,7 +55,7 @@ namespace TON if (isSceneChangeProgress) return; - if (currentSceneType == sceneType) + if (currentSceneType == sceneType && currentSceneType != SceneType.Stage) return; currentSceneType = sceneType;