mirror of
https://github.com/osukey/osukey.git
synced 2025-07-06 02:40:02 +09:00
Increase music volume back to 80% for the time being
This commit is contained in:
@ -58,7 +58,7 @@ namespace osu.Game
|
|||||||
/// <summary>
|
/// <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.
|
/// 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>
|
/// </summary>
|
||||||
internal const double GLOBAL_TRACK_VOLUME_ADJUST = 0.5;
|
internal const double GLOBAL_TRACK_VOLUME_ADJUST = 0.8;
|
||||||
|
|
||||||
public bool UseDevelopmentServer { get; }
|
public bool UseDevelopmentServer { get; }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user