Преглед изворни кода

修改寻奇访胜保存照片与选中不一致的bug

leiyasi пре 1 година
родитељ
комит
cce640694d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/Poem/PoemPhotoSaveView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/Poem/PoemPhotoSaveView.cs

@@ -77,7 +77,7 @@ namespace GFGGame
                 }
                 else
                 {
-                    RefreshTravelPhoto(savePhoto.photoInfos[i]);
+                    RefreshTravelPhoto(savePhoto.photoInfos[index]);
                     await Task.Delay(50);
                     captureFinished = false;
                     Timers.inst.StartCoroutine(CaptureByUI());