1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 15:27:24 +08:00

Update osu!taiko TestSceneInputDrum with InputDrum changes for touch controls

This commit is contained in:
Aaron Hong 2022-03-11 02:49:10 -08:00
parent 7336c2c0bd
commit 0f83308f7b

View File

@ -31,7 +31,7 @@ namespace osu.Game.Rulesets.Taiko.Tests.Skinning
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Size = new Vector2(200),
Child = new InputDrum(playfield.HitObjectContainer)
Child = new InputDrum()
}
});
}