mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-09 13:37:48 +00:00
Convert misconfigured tabs to spaces
This commit is contained in:
@@ -31,7 +31,7 @@ struct WASAPIAudioVoiceEngine : BaseAudioVoiceEngine
|
||||
ComPtr<IMMDeviceEnumerator> m_enumerator;
|
||||
ComPtr<IMMDevice> m_device;
|
||||
#else
|
||||
bool m_ready = false;
|
||||
bool m_ready = false;
|
||||
#endif
|
||||
ComPtr<IAudioClient> m_audClient;
|
||||
ComPtr<IAudioRenderClient> m_renderClient;
|
||||
@@ -369,7 +369,7 @@ struct WASAPIAudioVoiceEngine : BaseAudioVoiceEngine
|
||||
operation->GetActivateResult(&hrActivateResult, &punkAudioInterface);
|
||||
punkAudioInterface.As<IAudioClient>(&m_audClient);
|
||||
_buildAudioRenderClient();
|
||||
m_ready = true;
|
||||
m_ready = true;
|
||||
return ERROR_SUCCESS;
|
||||
}
|
||||
#endif
|
||||
@@ -429,10 +429,10 @@ struct WASAPIAudioVoiceEngine : BaseAudioVoiceEngine
|
||||
void pumpAndMixVoices()
|
||||
{
|
||||
#if WINDOWS_STORE
|
||||
if (!m_ready)
|
||||
return;
|
||||
if (!m_ready)
|
||||
return;
|
||||
#endif
|
||||
|
||||
|
||||
int attempt = 0;
|
||||
while (true)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user