mirror of
https://github.com/blendogames/quadrilateralcowboy.git
synced 2024-11-10 06:41:36 +00:00
Fixup: add missing 'return' statement to idAudioHardwareLinux::GetNumberOfSpeakers function definition
Co-authored-by: Daniel Gibson <metalcaedes@gmail.com>
This commit is contained in:
parent
e9ad2007df
commit
63745655a1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue