diff options
| author | lioncash <mathew1900@hotmail.com> | 2013-03-19 21:51:12 -0400 |
|---|---|---|
| committer | lioncash <mathew1900@hotmail.com> | 2013-03-19 21:51:12 -0400 |
| commit | edd9d0e0ef6898a0528ac6389e93e9fca6132ff6 (patch) | |
| tree | 9e3884aa1b3db3499806995adf6627d05308b8da /Source/Core/AudioCommon/Src/OpenALStream.cpp | |
| parent | 0e3d8e2e9f1b3eab593b09be986c4ff12a0221e2 (diff) | |
Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon.
Not planning to touch Core since it's the most actively changed part of the project.
Diffstat (limited to 'Source/Core/AudioCommon/Src/OpenALStream.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/Src/OpenALStream.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/AudioCommon/Src/OpenALStream.cpp b/Source/Core/AudioCommon/Src/OpenALStream.cpp index 7d1c45175b..83feb44364 100644 --- a/Source/Core/AudioCommon/Src/OpenALStream.cpp +++ b/Source/Core/AudioCommon/Src/OpenALStream.cpp @@ -295,7 +295,6 @@ void OpenALStream::SoundLoop() { ERROR_LOG(AUDIO, "Error occurred while buffering float32 data: %08x", err); } - } #endif if (!float32_capable) @@ -308,7 +307,6 @@ void OpenALStream::SoundLoop() stereo[i * 2 + 1] = (short)((float)sampleBuffer[i * 2 + 1] * (1 << 16)); } alBufferData(uiBufferTemp[iBuffersFilled], AL_FORMAT_STEREO16, stereo, nSamples * 2 * 2, ulFrequency); - } } |
