mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-06 10:26:03 +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!");
|
Q_ASSERT_X(m_voice->IsRoomValid(static_cast<qint32>(comUnit)), "CVoiceVatlib", "Room index out of bounds!");
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
m_voice->SetOutoutState(static_cast<qint32>(comUnit), 0, enable);
|
m_voice->SetOutputState(static_cast<qint32>(comUnit), 0, enable);
|
||||||
this->m_outputEnabled[comUnit] = enable;
|
this->m_outputEnabled[comUnit] = enable;
|
||||||
}
|
}
|
||||||
catch (...)
|
catch (...)
|
||||||
|
|||||||
Reference in New Issue
Block a user