perf. remove redundant semicolon

This commit is contained in:
lhhxxxxx
2022-06-06 23:11:00 +08:00
parent 4dddc7d92c
commit 38c9bcdf15
10 changed files with 4 additions and 10 deletions

View File

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