mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 02:10:21 +08:00
perf. remove redundant semicolon
This commit is contained in:
@@ -422,7 +422,7 @@ bool asst::BattleProcessTask::wait_condition(const BattleAction& action)
|
||||
try_possible_skill(image);
|
||||
std::this_thread::yield();
|
||||
image = m_ctrler->get_image();
|
||||
};
|
||||
}
|
||||
}
|
||||
if (image.empty()) {
|
||||
image = m_ctrler->get_image();
|
||||
|
||||
Reference in New Issue
Block a user