mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 19:10:28 +08:00
Remove unnecessary arguments in WorkingBeatmap's constructor.
This commit is contained in:
@@ -273,7 +273,7 @@ namespace osu.Game.Database
|
||||
if (beatmapInfo.Metadata == null)
|
||||
beatmapInfo.Metadata = beatmapInfo.BeatmapSet.Metadata;
|
||||
|
||||
WorkingBeatmap working = new DatabaseWorkingBeatmap(this, beatmapInfo, withStoryboard: withStoryboard);
|
||||
WorkingBeatmap working = new DatabaseWorkingBeatmap(this, beatmapInfo, withStoryboard);
|
||||
|
||||
previous?.TransferTo(working);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user