mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Warning Fixes
This commit is contained in:
@ -105,8 +105,8 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
public WorkingBeatmap(BeatmapInfo beatmapInfo, BeatmapSetInfo beatmapSetInfo, BeatmapDatabase database)
|
||||
{
|
||||
this.BeatmapInfo = beatmapInfo;
|
||||
this.BeatmapSetInfo = beatmapSetInfo;
|
||||
BeatmapInfo = beatmapInfo;
|
||||
BeatmapSetInfo = beatmapSetInfo;
|
||||
this.database = database;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user