lift reduction increase threshold
This commit is contained in:
parent
319e754aff
commit
1231e792a7
@ -7,7 +7,7 @@ void CUBIC::updateReductionTimer(float time_delta) {
|
|||||||
const auto now {getTimeNow()};
|
const auto now {getTimeNow()};
|
||||||
|
|
||||||
// only keep updating while the cca interaction is not too long ago
|
// only keep updating while the cca interaction is not too long ago
|
||||||
if (now - _time_point_last_update <= getCurrentDelay()*2.f) {
|
if (now - _time_point_last_update <= getCurrentDelay()*4.f) {
|
||||||
_time_since_reduction += time_delta;
|
_time_since_reduction += time_delta;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user