Fix hold note judgements displaying incorrectly

This commit is contained in:
smoogipoo
2020-11-17 13:37:58 +09:00
parent eba17ecab2
commit 77942af3a6
3 changed files with 5 additions and 3 deletions

View File

@ -16,8 +16,6 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
/// </summary>
public class DrawableHoldNoteTick : DrawableManiaHitObject<HoldNoteTick>
{
public override bool DisplayResult => false;
/// <summary>
/// References the time at which the user started holding the hold note.
/// </summary>