Merge pull request #10877 from smoogipoo/fix-mania-judgement-displays

Fix hold note judgements displaying incorrectly
This commit is contained in:
Dean Herbert
2020-11-18 19:00:14 +09:00
committed by GitHub
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>