Remove frozen clock from test scenes

This commit is contained in:
smoogipoo
2020-04-02 16:36:57 +09:00
parent 366dc7085d
commit 63708532a1
3 changed files with 33 additions and 10 deletions

View File

@ -15,10 +15,7 @@ namespace osu.Game.Rulesets.Mania.Tests.Skinning
var note = new HoldNote { Duration = 1000 };
note.ApplyDefaults(new ControlPointInfo(), new BeatmapDifficulty());
return new DrawableHoldNote(note)
{
Height = 200,
};
return new DrawableHoldNote(note);
}
}
}