mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 09:03:50 +09:00
Update FilterMatchingTest
and filter code to use ruleset's OnlineID
This commit is contained in:
@ -17,7 +17,6 @@ namespace osu.Game.Tests.NonVisual.Filtering
|
|||||||
private BeatmapInfo getExampleBeatmap() => new BeatmapInfo
|
private BeatmapInfo getExampleBeatmap() => new BeatmapInfo
|
||||||
{
|
{
|
||||||
Ruleset = new RulesetInfo { OnlineID = 0 },
|
Ruleset = new RulesetInfo { OnlineID = 0 },
|
||||||
RulesetID = 0,
|
|
||||||
StarRating = 4.0d,
|
StarRating = 4.0d,
|
||||||
BaseDifficulty = new BeatmapDifficulty
|
BaseDifficulty = new BeatmapDifficulty
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user