mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 02:03:57 +02:00
fix copy error
This commit is contained in:
parent
7842ee8eac
commit
1deb38f06d
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ void Audio::setInputVolume(float volume) {
|
|||
}
|
||||
|
||||
float Audio::getInputLevel() const {
|
||||
return resultWithReadLock<bool>([&] {
|
||||
return resultWithReadLock<float>([&] {
|
||||
return _inputLevel;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue