This commit is contained in:
aozhiwei 2024-09-05 16:15:10 +08:00
parent 638961c5ed
commit 6b7b6be707

View File

@ -36,6 +36,13 @@ struct AttrAddition : public std::enable_shared_from_this<AttrAddition>
};
static std::array<std::vector<std::shared_ptr<AttrAddition>>, kAstEnd> s_speed_ratein_list =
{
std::vector<std::shared_ptr<AttrAddition>>({}),
std::vector<std::shared_ptr<AttrAddition>>({}),
std::vector<std::shared_ptr<AttrAddition>>({})
};
static bool IsMulCalc(int attr_id)
{
switch (attr_id) {