fix: 初始化变量

This commit is contained in:
youqii
2023-10-26 10:32:56 +08:00
parent 8162b641f4
commit c1963f294d

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