소스 검색

摘星展示界面修改

huangxiaoyue 1 년 전
부모
커밋
9830130d03
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      GameClient/Assets/Game/HotUpdate/Views/LuckyBox/LuckyBoxPreShowView.cs

+ 0 - 1
GameClient/Assets/Game/HotUpdate/Views/LuckyBox/LuckyBoxPreShowView.cs

@@ -39,7 +39,6 @@ namespace GFGGame
             _bonusList = LuckyBoxDataManager.Instance.GetCurrentShowList(boxId);
             _ui.m_list.RemoveChildrenToPool();
             _ui.m_list.itemRenderer = ListItemRenderer;
-            _ui.m_list.SetVirtual();
             _ui.m_list.numItems = _bonusList.Count;
         }