1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00
This commit is contained in:
ANDY840119-PC\andy840119 2018-01-06 11:08:49 +09:00
parent a55ac899a8
commit 50aaf571fb

View File

@ -78,7 +78,7 @@ namespace osu.Game.Rulesets.Mania.Tests
RelativeChildSize = new Vector2(1, 10000),
Children = new[]
{
new DrawableHoldNote(new HoldNote(){Duration = 1000}, ManiaAction.Key1)
new DrawableHoldNote(new HoldNote{Duration = 1000}, ManiaAction.Key1)
{
Y = 5000,
Height = 1000,