mirror of
https://github.com/ppy/osu.git
synced 2026-05-29 06:09:59 +08:00
Fix drumroll lengths
This commit is contained in:
@@ -34,7 +34,7 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
|
||||
public DrawableDrumRoll(DrumRoll drumRoll)
|
||||
: base(drumRoll)
|
||||
{
|
||||
Width = (float)HitObject.Duration;
|
||||
RelativeSizeAxes = Axes.Y;
|
||||
|
||||
Container<DrawableDrumRollTick> tickContainer;
|
||||
MainPiece.Add(tickContainer = new Container<DrawableDrumRollTick>
|
||||
|
||||
Reference in New Issue
Block a user