mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:17:26 +08:00
Add back "filled" property setting
This commit is contained in:
parent
bfc0d41c0c
commit
f36477e39d
@ -21,7 +21,10 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
|
||||
public override bool DisplayResult => false;
|
||||
|
||||
protected override SkinnableDrawable CreateMainPiece() => new SkinnableDrawable(new TaikoSkinComponent(TaikoSkinComponents.DrumRollTick),
|
||||
_ => new TickPiece());
|
||||
_ => new TickPiece
|
||||
{
|
||||
Filled = HitObject.FirstTick
|
||||
});
|
||||
|
||||
protected override void CheckForResult(bool userTriggered, double timeOffset)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user