mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 08:21:32 +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 {
|
float Audio::getInputLevel() const {
|
||||||
return resultWithReadLock<bool>([&] {
|
return resultWithReadLock<float>([&] {
|
||||||
return _inputLevel;
|
return _inputLevel;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue