mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 06:07:29 +01:00
fix typo in c212c16eb
This commit is contained in:
parent
69c6ef1aa1
commit
cc6a31c972
1 changed files with 3 additions and 3 deletions
|
|
@ -275,9 +275,9 @@ PeakMeter::meter ()
|
|||
// (may happen with Session > New: old session not yet closed,
|
||||
// meter-thread still active while new one is initializing and
|
||||
// maybe on other occasions, too)
|
||||
if ( (visible_peak_power.size() != _peak_signal.size())
|
||||
|| (_max_peak_power.size() != _peak_signal.size())
|
||||
|| (_max_peak_signal.size() != _peak_signal.size())
|
||||
if ( (_visible_peak_power.size() != _peak_signal.size())
|
||||
|| (_max_peak_power.size() != _peak_signal.size())
|
||||
|| (_max_peak_signal.size() != _peak_signal.size())
|
||||
) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue