Skip to content

Commit

Permalink
Tiny cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mdias committed Sep 18, 2022
1 parent 963e136 commit afa47f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RS_ASIO/RSAsioAudioClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ HRESULT RSAsioAudioClient::Initialize(AUDCLNT_SHAREMODE ShareMode, DWORD StreamF

m_UsingEventHandle = useEventCallback;
m_IsInitialized = true;
m_BuffersWereSwapped = /*!m_AsioDevice.GetConfig().isOutput*/false;
m_BuffersWereSwapped = false;

m_AsioSharedHost.AddBufferSwitchListener(this);

Expand Down

0 comments on commit afa47f9

Please sign in to comment.