feat: stage 재시작 조건 적용을 위한 ChangeScene 메소드 수정
This commit is contained in:
@@ -55,7 +55,7 @@ namespace TON
|
||||
if (isSceneChangeProgress)
|
||||
return;
|
||||
|
||||
if (currentSceneType == sceneType)
|
||||
if (currentSceneType == sceneType && currentSceneType != SceneType.Stage)
|
||||
return;
|
||||
|
||||
currentSceneType = sceneType;
|
||||
|
||||
Reference in New Issue
Block a user