Skip to content

Commit

Permalink
fix music ear blast bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mothbeanie committed Jul 5, 2024
1 parent 6df7d5d commit 982f1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop_version/src/Music.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ void musicclass::play(int t)
m_doFadeInVol = false;
m_doFadeOutVol = false;
musicVolume = VVV_MAX_VOLUME;
MusicTrack::SetVolume(musicVolume);
MusicTrack::SetVolume(VVV_MAX_VOLUME * user_music_volume / USER_VOLUME_MAX);
}
}
else
Expand Down

0 comments on commit 982f1cc

Please sign in to comment.