mirror of
https://github.com/ppy/osu.git
synced 2025-01-19 19:52:58 +08:00
Remove unused parameter
This commit is contained in:
parent
1d6b6a7828
commit
74e99b2915
@ -26,7 +26,7 @@ namespace osu.Game.Audio
|
|||||||
private TrackManagerPreviewTrack current;
|
private TrackManagerPreviewTrack current;
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(AudioManager audio, FrameworkConfigManager config)
|
private void load(AudioManager audio)
|
||||||
{
|
{
|
||||||
// this is a temporary solution to get around muting ourselves.
|
// this is a temporary solution to get around muting ourselves.
|
||||||
// todo: update this once we have a BackgroundTrackManager or similar.
|
// todo: update this once we have a BackgroundTrackManager or similar.
|
||||||
|
Loading…
Reference in New Issue
Block a user