feat: stage 재시작 조건 적용을 위한 ChangeScene 메소드 수정
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user