mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 16:27:20 +08:00
Code sanity
This commit is contained in:
parent
fe86b14659
commit
0c56942761
@ -75,7 +75,7 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
private readonly AudioManager audioManager;
|
||||
|
||||
private GameHost host;
|
||||
private readonly GameHost host;
|
||||
|
||||
private readonly List<DownloadBeatmapSetRequest> currentDownloads = new List<DownloadBeatmapSetRequest>();
|
||||
|
||||
@ -86,7 +86,7 @@ namespace osu.Game.Beatmaps
|
||||
this.rulesets = rulesets;
|
||||
this.api = api;
|
||||
this.audioManager = audioManager;
|
||||
this.host = importHost;
|
||||
host = importHost;
|
||||
|
||||
DefaultBeatmap = defaultBeatmap;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user