1
This commit is contained in:
parent
6b7b6be707
commit
7b2031a64e
@ -43,6 +43,13 @@ static std::array<std::vector<std::shared_ptr<AttrAddition>>, kAstEnd> s_speed_r
|
||||
std::vector<std::shared_ptr<AttrAddition>>({})
|
||||
};
|
||||
|
||||
static void ClearSpeedRateInList()
|
||||
{
|
||||
for (auto& itr : s_speed_ratein_list) {
|
||||
itr.clear();
|
||||
}
|
||||
}
|
||||
|
||||
static bool IsMulCalc(int attr_id)
|
||||
{
|
||||
switch (attr_id) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user