mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 05:01:20 +08:00
remove volume reduction on preview
it doubles with global reduction
This commit is contained in:
@@ -174,10 +174,7 @@ namespace osu.Game.Overlays.Direct
|
||||
private void load(AudioManager audio)
|
||||
{
|
||||
if (!string.IsNullOrEmpty(preview))
|
||||
{
|
||||
Preview = audio.Track.Get(preview);
|
||||
Preview.Volume.Value = 0.5;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user