Shut up some warnings
This commit is contained in:
parent
3eb346ce10
commit
355b303635
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ static void SetSoundPan(AudioBackend_Sound *sound, long pan)
|
|||
sound->volume_r = sound->pan_r * sound->volume;
|
||||
}
|
||||
|
||||
static void MixSounds(float *stream, size_t frames_total)
|
||||
static void MixSounds(float *stream, unsigned int frames_total)
|
||||
{
|
||||
for (AudioBackend_Sound *sound = sound_list_head; sound != NULL; sound = sound->next)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue