Boring revision

This commit is contained in:
StupidBh
2022-02-26 18:10:08 +08:00
parent edc8d3e01e
commit 5431e020e8
12 changed files with 31 additions and 32 deletions

View File

@@ -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();
}
}