mirror of
https://github.com/ppy/osu
synced 2024-12-28 01:42:57 +00:00
Fix broken taiko test
This commit is contained in:
parent
0f2c03d54b
commit
aa424165b3
@ -17,7 +17,7 @@ namespace osu.Game.Rulesets.Taiko.Tests.Skinning
|
||||
[BackgroundDependencyLoader]
|
||||
private void load()
|
||||
{
|
||||
SetContents(() => new TaikoInputManager(new RulesetInfo { ID = 1 })
|
||||
SetContents(() => new TaikoInputManager(new TaikoRuleset().RulesetInfo)
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Child = new Container
|
||||
|
Loading…
Reference in New Issue
Block a user