feat: 로딩지연 코드 삭제

This commit is contained in:
aube.lee
2025-03-04 21:21:14 +09:00
parent b93b5348c5
commit af22f9321e

View File

@@ -79,8 +79,6 @@ namespace TON
{ {
UIManager.Show<LoadingUI>(UIList.LoadingUI); UIManager.Show<LoadingUI>(UIList.LoadingUI);
yield return new WaitForSeconds(2f);
isSceneChangeProgress = true; isSceneChangeProgress = true;
// 기존에 불러두었던 씬 컨트롤러(Scene Base)가 있다면, OnEnd를 호출해주고 삭제한다. // 기존에 불러두었던 씬 컨트롤러(Scene Base)가 있다면, OnEnd를 호출해주고 삭제한다.