fix: 修复借助战卡住的问题,修复一个编译错误

This commit is contained in:
MistEO
2022-12-01 19:30:03 +08:00
parent 271e3afd9f
commit 20f2ae17c8
2 changed files with 7 additions and 4 deletions

View File

@@ -6019,9 +6019,9 @@
244,
167
],
"postDelay": 1000,
"next": [
"BattleSupportUnitFormationSelect"
"BattleSupportUnitFormationSelect",
"BattleSupportUnitFormation"
]
},
"BattleSupportUnitFormationSelect": {
@@ -6032,7 +6032,10 @@
1165,
75
],
"postDelay": 1000
"next": [
"BattleSupportUnitFormationSelect",
"Stop"
]
},
"BattleQuickFormation": {
"action": "ClickSelf",

View File

@@ -70,7 +70,7 @@ bool asst::OcrPack::load(const std::filesystem::path& path)
m_ocr_option->UsePaddleInferBackend();
break;
default:
Log.error("Unknown OCR Backend", m_backend);
Log.error("Unknown OCR Backend", static_cast<int>(m_backend));
return false;
}