From 314a43e54e4232c4d169e2feaa3ece7f339e0fd0 Mon Sep 17 00:00:00 2001 From: Ino Date: Fri, 12 Sep 2025 05:17:41 +0900 Subject: [PATCH] ... --- Assets/Scripts/UI/AlbumUI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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