@@ -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());