Fix bracket

This commit is contained in:
zilmar 2017-10-17 07:14:23 +11:00
parent 7158b557e6
commit 6dd7f162ea
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ void SoundDriverBase::AI_SetFrequency(uint32_t Frequency, uint32_t BufferSize)
if (g_settings->TinyBuffer() == true)
{
m_MaxBufferSize = m_MaxBufferSize * 2;
]
}
m_BufferRemaining = 0;
m_CurrentReadLoc = m_CurrentWriteLoc = m_BufferRemaining = 0;
}