1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:47:28 +08:00

Use default custom ruleset ID

This commit is contained in:
Derrick Timmermans 2022-01-26 16:23:00 +01:00
parent e712fab299
commit 6ec9c5c21a
No known key found for this signature in database
GPG Key ID: 8681B60806EF4A17

View File

@ -84,7 +84,7 @@ namespace osu.Game.Tests.NonVisual.Filtering
var exampleBeatmapInfo = getExampleBeatmap();
var criteria = new FilterCriteria
{
Ruleset = new RulesetInfo { OnlineID = -25 },
Ruleset = new RulesetInfo { OnlineID = -1 },
AllowConvertedBeatmaps = true
};
var carouselItem = new CarouselBeatmap(exampleBeatmapInfo);