mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
fix.改了些有的没的报错,修复一处崩溃问题
This commit is contained in:
@@ -33,7 +33,7 @@ bool asst::TemplResource::exist_templ(const std::string& key) const noexcept
|
||||
return m_templs.find(key) != m_templs.cend();
|
||||
}
|
||||
|
||||
const cv::Mat& asst::TemplResource::get_templ(const std::string& key) const noexcept
|
||||
const cv::Mat asst::TemplResource::get_templ(const std::string& key) const noexcept
|
||||
{
|
||||
if (auto iter = m_templs.find(key);
|
||||
iter != m_templs.cend()) {
|
||||
|
||||
Reference in New Issue
Block a user