1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

remove volume reduction on preview

it doubles with global reduction
This commit is contained in:
Aergwyn 2018-01-12 17:09:57 +01:00
parent 4ef23a8ee8
commit 1c5b3d009c

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