diff --git a/Assets/Scripts/UI/AlbumUI.cs b/Assets/Scripts/UI/AlbumUI.cs index 3965fbf..0237879 100644 --- a/Assets/Scripts/UI/AlbumUI.cs +++ b/Assets/Scripts/UI/AlbumUI.cs @@ -17,7 +17,7 @@ public class AlbumUI : uScrollViewMgr { curGirl += add; if (curGirl > 8) curGirl = 1; - else if (curGirl < 0) curGirl = 8; + else if (curGirl < 1) curGirl = 8; Set(); } } \ No newline at end of file