fix: 无法跳过关卡开始的剧情

This commit is contained in:
uye
2024-06-14 00:55:46 +08:00
parent d1b581a3f5
commit d1a60aa1bb
2 changed files with 2 additions and 0 deletions

View File

@@ -423,6 +423,7 @@ bool asst::BattleProcessTask::check_in_battle(const cv::Mat& reusable, bool weak
}
}
else {
check_skip_plot_button(image);
m_in_battle = check_pause_button(image);
}
return m_in_battle;