mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Merge pull request #1893 from Aergwyn/preview-volume
Remove volume reduction on song preview
This commit is contained in:
@ -174,10 +174,7 @@ namespace osu.Game.Overlays.Direct
|
|||||||
private void load(AudioManager audio)
|
private void load(AudioManager audio)
|
||||||
{
|
{
|
||||||
if (!string.IsNullOrEmpty(preview))
|
if (!string.IsNullOrEmpty(preview))
|
||||||
{
|
|
||||||
Preview = audio.Track.Get(preview);
|
Preview = audio.Track.Get(preview);
|
||||||
Preview.Volume.Value = 0.5;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user