Skip to content

Commit

Permalink
[修复]1. 修复数据赋值异常的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
AlianBlank committed Jan 15, 2025
1 parent 56a44ee commit 57705b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/Hotfix/UI/Logic/UILogin/UIPlayerList.Logic.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public override async void OnOpen(object userData)
}
#endif
#if ENABLE_UI_FAIRYGUI
this.m_player_list.DataList = new List<object>(playerList);
this.m_player_list.numItems = playerList.Count;
#endif
}
Expand Down

0 comments on commit 57705b9

Please sign in to comment.