mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +08:00
Add DisplayResult
flag and remove unnecessary AlwaysPresent
This commit is contained in:
parent
14fedffcc1
commit
43f619f92a
@ -5,10 +5,11 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
|
||||
{
|
||||
public partial class DrawablePerfectBonusNote : DrawableManiaHitObject<PerfectBonusNote>
|
||||
{
|
||||
public override bool DisplayResult => false;
|
||||
|
||||
public DrawablePerfectBonusNote()
|
||||
: this(null!)
|
||||
{
|
||||
AlwaysPresent = true;
|
||||
}
|
||||
|
||||
public DrawablePerfectBonusNote(PerfectBonusNote hitObject)
|
||||
|
Loading…
Reference in New Issue
Block a user