mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
fix: 修复关卡导航往右滑不到位的问题
This commit is contained in:
@@ -49,7 +49,10 @@ bool asst::StageNavigationTask::swipe_and_find_stage()
|
||||
{
|
||||
LogTraceFunction;
|
||||
|
||||
ProcessTask(*this, { "SwipeToTheRight" }).run();
|
||||
ProcessTask to_right(*this, { "SwipeToTheRight" });
|
||||
for (int i = 0; i < 3; ++i) {
|
||||
to_right.run();
|
||||
}
|
||||
|
||||
auto task_ptr = Task.get("EpisodeStageNameOcr");
|
||||
for (int i = 0; i < task_ptr->max_times; ++i) {
|
||||
|
||||
Reference in New Issue
Block a user