mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Fix typo in DSPLoadCalculator causing assertions on Windows debug builds
This commit is contained in:
parent
dae330489b
commit
6f6dde4f06
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ public:
|
|||
}
|
||||
|
||||
void set_max_time_us(uint64_t max_time_us) {
|
||||
assert(m_max_time_us != 0);
|
||||
assert(max_time_us != 0);
|
||||
m_max_time_us = max_time_us;
|
||||
|
||||
// Use average of last 1/4 second of values so responsiveness
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue