mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
fix: 修复自定义基建时的warning
This commit is contained in:
@@ -270,6 +270,7 @@ bool asst::InfrastAbstractTask::select_custom_opers(std::vector<std::string>& pa
|
||||
OcrWithPreprocessImageAnalyzer name_analyzer;
|
||||
name_analyzer.set_replace(ocr_replace);
|
||||
name_analyzer.set_image(oper.name_img);
|
||||
name_analyzer.set_expansion(0);
|
||||
if (!name_analyzer.analyze()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user