amend 3a5ac7f
This commit is contained in:
parent
3a5ac7f37f
commit
9bf381db0a
@ -553,14 +553,8 @@ ARDOUR::meter_falloff_from_float (float val)
|
||||
else if (val <= METER_FALLOFF_MEDIUM) {
|
||||
return MeterFalloffMedium;
|
||||
}
|
||||
else if (val <= METER_FALLOFF_FAST) {
|
||||
return MeterFalloffFast;
|
||||
}
|
||||
else if (val <= METER_FALLOFF_FASTER) {
|
||||
return MeterFalloffFaster;
|
||||
}
|
||||
else {
|
||||
return MeterFalloffFastest;
|
||||
return MeterFalloffFast;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user