소스 검색

画廊换装后在返回换装会显示错误

zhaoyang 2 년 전
부모
커밋
daa3a6fb9f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      GameClient/Assets/Game/HotUpdate/Views/DressUp/DressUpView.cs

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Views/DressUp/DressUpView.cs

@@ -152,6 +152,7 @@ namespace GFGGame
                 GameObject.Destroy(_sceneObject);
                 _sceneObject = null;
             }
+            _ui.m_c2.selectedIndex = 0;
             Reset();
             Timers.inst.Remove(CheckGuide);
         }