Fantasy_051
This commit is contained in:
parent
83fd105276
commit
515167bbcd
Binary file not shown.
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue