fix.修复某些分辨率下不吃理智药的问题

This commit is contained in:
MistEO
2021-12-08 22:24:16 +08:00
parent 4cdaaab27c
commit 42d92ef03d
2 changed files with 2 additions and 1 deletions

View File

@@ -200,6 +200,7 @@
},
"UseMedicine": {
"action": "doNothing",
"templThreshold": 0.7,
"cache": false,
"roi": [
580,

View File

@@ -2,5 +2,5 @@
namespace asst
{
constexpr static const char* Version = "v2.2.4";
constexpr static const char* Version = "v2.2.5";
}