1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-23 16:27:20 +08:00

Code sanity

This commit is contained in:
Shane Woolcock 2019-01-22 21:32:23 +10:30
parent fe86b14659
commit 0c56942761

View File

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