This commit is contained in:
Glenn Maynard
2006-12-09 03:45:49 +00:00
parent f2ae34e517
commit 6fa2581a58
+1 -1
View File
@@ -94,7 +94,7 @@ int RageSoundReader_Chain::GetSampleRateInternal() const
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(); )
{
Sound &sound = m_aSounds[i];