mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
fix: 移除传入的 save_cnt 参数
This commit is contained in:
@@ -128,8 +128,8 @@ bool asst::FightTimesTaskPlugin::open_series_list(const cv::Mat& image)
|
||||
.run()) {
|
||||
Log.error(__FUNCTION__, "unable to open series list");
|
||||
const auto relative_dir = utils::path("debug") / utils::path("fightSeries");
|
||||
utils::save_debug_image(image, relative_dir, true, nullptr, "reusable image");
|
||||
utils::save_debug_image(ctrler()->get_image(), relative_dir, true, nullptr, "current screenshot");
|
||||
utils::save_debug_image(image, relative_dir, true, "reusable image");
|
||||
utils::save_debug_image(ctrler()->get_image(), relative_dir, true, "current screenshot");
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -177,7 +177,6 @@ void asst::RoguelikeBoskyPassageRoutingTaskPlugin::bosky_update_map()
|
||||
image_draw,
|
||||
utils::path("debug") / "roguelikeMap",
|
||||
/*auto_clean=*/true,
|
||||
/*save_cnt=*/nullptr,
|
||||
/*description=*/"bosky map draw",
|
||||
/*suffix=*/"draw");
|
||||
#endif
|
||||
|
||||
@@ -120,7 +120,6 @@ bool asst::RoguelikeRoutingTaskPlugin::_run()
|
||||
image_draw,
|
||||
utils::path("debug") / "roguelikeMap",
|
||||
/*auto_clean=*/true,
|
||||
/*save_cnt=*/nullptr,
|
||||
/*description=*/"bosky map draw",
|
||||
/*suffix=*/"draw");
|
||||
#endif
|
||||
@@ -191,7 +190,6 @@ bool asst::RoguelikeRoutingTaskPlugin::_run()
|
||||
image_draw,
|
||||
utils::path("debug") / "roguelikeMap",
|
||||
/*auto_clean=*/true,
|
||||
/*save_cnt=*/nullptr,
|
||||
/*description=*/"bosky map draw",
|
||||
/*suffix=*/"draw");
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user