This commit is contained in:
aozhiwei 2024-09-05 16:51:09 +08:00
parent d1a289b78d
commit 76354312ae

View File

@ -78,12 +78,13 @@ static float CalcSpeedRateIn(list_head* head)
});
}
}
float result = 0.0f;
{
for (auto& itr : s_speed_ratein_list) {
itr.clear();
}
}
return 0.0f;
return result;
}
static bool IsMulCalc(int attr_id)