fix: 初始化变量

This commit is contained in:
youqii
2023-10-26 10:32:56 +08:00
parent cf924869b5
commit 73ca80f183

View File

@@ -80,6 +80,6 @@ namespace asst
DataResource m_data_resource = DataResource::Copilot;
std::vector<AdditionalFormation> m_additional;
std::string m_last_oper_name;
int m_select_formation_index;
int m_select_formation_index = 0;
};
} // namespace asst