mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
style. vs这格式化逆大天
This commit is contained in:
@@ -59,7 +59,7 @@ bool asst::RoguelikeFormationTaskPlugin::_run()
|
||||
|
||||
auto& new_result = formation_analyzer.get_result();
|
||||
size_t new_selected_count = std::ranges::count_if(new_result,
|
||||
[](const auto& oper) { return oper.selected; });
|
||||
[](const auto& oper) { return oper.selected; });
|
||||
// 说明 select_count 计数没生效,即都没点上
|
||||
if (new_selected_count == pre_selected) {
|
||||
reselect = true;
|
||||
|
||||
Reference in New Issue
Block a user