Преглед на файлове

章节剧情最后一关跳转调整

zhangyuqian преди 1 година
родител
ревизия
14aa0342c2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/MainStory/StoryController.cs

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

@@ -41,7 +41,7 @@ namespace GFGGame
                     if (nextStoryChapterCfg == null)
                     {
                         StoryChapterCfg lastChapter = StoryChapterCfgArray.Instance.GetCfg(levelCfg.chapterId);
-                        ViewManager.Show<StoryChapterListView>(new object[] { index, lastChapter.order - 1 }, null, true);
+                        ViewManager.Show<StoryChapterListView>(new object[] { index, lastChapter.order }, null, true);
                     }
                     else
                     {