mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
Boring revision
This commit is contained in:
@@ -40,8 +40,7 @@ const cv::Mat asst::TemplResource::get_templ(const std::string& key) const noexc
|
||||
return iter->second;
|
||||
}
|
||||
else {
|
||||
const static cv::Mat empty;
|
||||
return empty;
|
||||
return cv::Mat();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user