Fixup: add missing 'return' statement to idAudioHardwareLinux::GetNumberOfSpeakers function definition

Co-authored-by: Daniel Gibson <metalcaedes@gmail.com>
This commit is contained in:
James Addison 2022-12-23 11:00:04 +00:00
parent e9ad2007df
commit 63745655a1
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public:
int GetMixBufferSize( void ) { return 0; }
int GetNumberOfSpeakers( void ) {
idSoundSystemLocal::s_numberOfSpeakers.GetInteger();
return idSoundSystemLocal::s_numberOfSpeakers.GetInteger();
}
// doesn't support write API