This commit is contained in:
aozhiwei 2024-09-06 10:59:47 +08:00
parent ea392f0003
commit 52b00f81f2

View File

@ -85,7 +85,7 @@ static float CalcSpeedRateIn(list_head* head)
}
if (!inited) {
result = 1;
result = true;
inited = true;
}
result *= 1 + s_speed_ratein_list.at(i)->finaly_value;
}