mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 12:33:01 +08:00
Use default custom ruleset ID
This commit is contained in:
parent
e712fab299
commit
6ec9c5c21a
@ -84,7 +84,7 @@ namespace osu.Game.Tests.NonVisual.Filtering
|
|||||||
var exampleBeatmapInfo = getExampleBeatmap();
|
var exampleBeatmapInfo = getExampleBeatmap();
|
||||||
var criteria = new FilterCriteria
|
var criteria = new FilterCriteria
|
||||||
{
|
{
|
||||||
Ruleset = new RulesetInfo { OnlineID = -25 },
|
Ruleset = new RulesetInfo { OnlineID = -1 },
|
||||||
AllowConvertedBeatmaps = true
|
AllowConvertedBeatmaps = true
|
||||||
};
|
};
|
||||||
var carouselItem = new CarouselBeatmap(exampleBeatmapInfo);
|
var carouselItem = new CarouselBeatmap(exampleBeatmapInfo);
|
||||||
|
Loading…
Reference in New Issue
Block a user