comment
This commit is contained in:
@@ -94,7 +94,7 @@ int RageSoundReader_Chain::GetSampleRateInternal() const
|
|||||||
|
|
||||||
void RageSoundReader_Chain::Finish()
|
void RageSoundReader_Chain::Finish()
|
||||||
{
|
{
|
||||||
/* Remove any sounds that don't have corresponding SoundReaders. */
|
/* Remove any sounds that don't have corresponding RageSoundReaders. */
|
||||||
for( unsigned i = 0; i < m_aSounds.size(); )
|
for( unsigned i = 0; i < m_aSounds.size(); )
|
||||||
{
|
{
|
||||||
Sound &sound = m_aSounds[i];
|
Sound &sound = m_aSounds[i];
|
||||||
|
|||||||
Reference in New Issue
Block a user