Bläddra i källkod

蜃中楼动效调整

huangxiaoyue 2 år sedan
förälder
incheckning
ced7790809

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/MainStory/StoryChapterListView.cs

@@ -214,7 +214,7 @@ namespace GFGGame
             {
                 _time = currentChapterIndex - 2;
             }
-            else if (currentChapterIndex == childrenCount - 2)
+            else if (currentChapterIndex >= 1 && currentChapterIndex <= childrenCount - 2)
             {
                 _time = currentChapterIndex - 1;
             }