GetSampleRate(int) -> GetSampleRate(); one sample rate

per driver
This commit is contained in:
Glenn Maynard
2006-12-13 09:13:41 +00:00
parent f75a281c18
commit 0f76adec67
14 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ int RageSoundManager::GetDriverSampleRate( int iRate ) const
if( m_pDriver == NULL )
return 44100;
return m_pDriver->GetSampleRate( iRate );
return m_pDriver->GetSampleRate();
}
/* The return value of PlaySound and PlayCopyOfSound is only valid in the main