Don't display hold note tick judgements

This commit is contained in:
smoogipoo
2020-09-29 16:00:45 +09:00
parent 4ef7ab2872
commit e789e06c86
2 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,8 @@ 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>