mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
fix: 修复肉鸽商店购买收藏品时卡住的问题
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/1380
This commit is contained in:
@@ -126,10 +126,7 @@ bool ProcessTask::_run()
|
||||
|
||||
const auto& res_move = m_cur_task_ptr->rect_move;
|
||||
if (!res_move.empty()) {
|
||||
rect.x += res_move.x;
|
||||
rect.y += res_move.y;
|
||||
rect.width = res_move.width;
|
||||
rect.height = res_move.height;
|
||||
rect = rect.move(res_move);
|
||||
}
|
||||
|
||||
int& exec_times = m_exec_times[cur_name];
|
||||
|
||||
Reference in New Issue
Block a user