feat: stage 재시작 조건 적용을 위한 ChangeScene 메소드 수정

This commit is contained in:
aube.lee
2025-02-20 16:24:03 +09:00
parent e41dbd5d50
commit 8bba51ee05

View File

@@ -55,7 +55,7 @@ namespace TON
if (isSceneChangeProgress) if (isSceneChangeProgress)
return; return;
if (currentSceneType == sceneType) if (currentSceneType == sceneType && currentSceneType != SceneType.Stage)
return; return;
currentSceneType = sceneType; currentSceneType = sceneType;