Merge pull request #13328 from peppy/increase-music-volume

Increase music volume back to 80% for the time being
This commit is contained in:
Dan Balasescu 2021-06-04 15:36:04 +09:00 committed by GitHub
commit 35aeef6838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public partial class OsuGameBase : Framework.Game, ICanAcceptFiles
/// <summary>
/// The maximum volume at which audio tracks should playback. This can be set lower than 1 to create some head-room for sound effects.
/// </summary>
internal const double GLOBAL_TRACK_VOLUME_ADJUST = 0.5;
internal const double GLOBAL_TRACK_VOLUME_ADJUST = 0.8;
public bool UseDevelopmentServer { get; }