mirror of
https://github.com/overte-org/overte.git
synced 2025-08-03 23:43:30 +02:00
fix memoized ignoreZone assertion for initialization
This commit is contained in:
parent
d42b6a64c4
commit
308e3cab71
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ AudioMixerClientData::IgnoreZone& AudioMixerClientData::getIgnoreZone(unsigned i
|
|||
Q_UNUSED(oldFrame);
|
||||
|
||||
// check the precondition
|
||||
assert(frame == (oldFrame + 1));
|
||||
assert(oldFrame == 0 || frame == (oldFrame + 1));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue