mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Fixed typo introduced by former shimlib (corrected in shimlib 0.4.15)
This commit is contained in:
@@ -206,7 +206,7 @@ namespace BlackCore
|
||||
Q_ASSERT_X(m_voice->IsRoomValid(static_cast<qint32>(comUnit)), "CVoiceVatlib", "Room index out of bounds!");
|
||||
try
|
||||
{
|
||||
m_voice->SetOutoutState(static_cast<qint32>(comUnit), 0, enable);
|
||||
m_voice->SetOutputState(static_cast<qint32>(comUnit), 0, enable);
|
||||
this->m_outputEnabled[comUnit] = enable;
|
||||
}
|
||||
catch (...)
|
||||
|
||||
Reference in New Issue
Block a user