diff --git a/Assets/BGDataBase/bansheegz_database.bytes b/Assets/BGDataBase/bansheegz_database.bytes index 5143c1c..3094d8c 100644 Binary files a/Assets/BGDataBase/bansheegz_database.bytes and b/Assets/BGDataBase/bansheegz_database.bytes differ diff --git a/Assets/Scripts/UI/CollectionPanel.cs b/Assets/Scripts/UI/CollectionPanel.cs index b3c36f9..2fe7f7d 100644 --- a/Assets/Scripts/UI/CollectionPanel.cs +++ b/Assets/Scripts/UI/CollectionPanel.cs @@ -25,8 +25,8 @@ public class CollectionPanel : uScrollViewMgr public void OnClick_Arrow(int add) { CurAlbumType += add; - if (CurAlbumType < 1) CurAlbumType = 10; - else if (CurAlbumType > 10) CurAlbumType = 1; + if (CurAlbumType < 1) CurAlbumType = 3; + else if (CurAlbumType > 3) CurAlbumType = 1; Set_UI(); }