mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Return BPM back to OnlineInfo
Revert commit of "Move BPM out of OnlineInfo"
This commit is contained in:
@ -297,7 +297,10 @@ namespace osu.Game.Tests.Visual.SongSelect
|
||||
},
|
||||
Beatmaps = beatmaps,
|
||||
DateAdded = DateTimeOffset.UtcNow,
|
||||
BPM = bpm,
|
||||
OnlineInfo = new BeatmapSetOnlineInfo
|
||||
{
|
||||
BPM = bpm,
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user