1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-19 09:52:53 +08:00

Merge pull request #1893 from Aergwyn/preview-volume

Remove volume reduction on song preview
This commit is contained in:
Dean Herbert 2018-01-13 02:52:56 +09:00 committed by GitHub
commit b9f4dee801
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
}
}
}