mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 15:34:05 +02:00
typo
This commit is contained in:
parent
4f009d884f
commit
87afa636a2
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ void AudioClient::checkDevices() {
|
|||
auto outputDevices = getAvailableDevices(QAudio::AudioOutput, hmdOutputName);
|
||||
|
||||
static const QMetaMethod devicesChangedSig= QMetaMethod::fromSignal(&AudioClient::devicesChanged);
|
||||
//only emit once the scripting interface has connecte to the signal
|
||||
//only emit once the scripting interface has connected to the signal
|
||||
if (isSignalConnected(devicesChangedSig)) {
|
||||
Lock lock(_deviceMutex);
|
||||
if (inputDevices != _inputDevices) {
|
||||
|
|
Loading…
Reference in a new issue