mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:07:52 +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 partial class DrawablePerfectBonusNote : DrawableManiaHitObject<PerfectBonusNote>
|
||||||
{
|
{
|
||||||
|
public override bool DisplayResult => false;
|
||||||
|
|
||||||
public DrawablePerfectBonusNote()
|
public DrawablePerfectBonusNote()
|
||||||
: this(null!)
|
: this(null!)
|
||||||
{
|
{
|
||||||
AlwaysPresent = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public DrawablePerfectBonusNote(PerfectBonusNote hitObject)
|
public DrawablePerfectBonusNote(PerfectBonusNote hitObject)
|
||||||
|
Loading…
Reference in New Issue
Block a user