mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 04:29:34 -04:00
win midi: don't send volume twice
This commit is contained in:
parent
244c032d41
commit
f91299cbc5
@ -1278,7 +1278,7 @@ static void I_WIN_SetMusicVolume(int volume)
|
||||
|
||||
volume_factor = sqrtf((float)volume / 15);
|
||||
|
||||
update_volume = true;
|
||||
update_volume = (song.file != NULL);
|
||||
}
|
||||
|
||||
static void I_WIN_StopSong(void *handle)
|
||||
|
Loading…
x
Reference in New Issue
Block a user