Fix catch never hitting result screen

This commit is contained in:
Dean Herbert
2018-02-01 17:48:59 +09:00
parent daac7494dd
commit 3bd42e3c85
2 changed files with 3 additions and 5 deletions

View File

@ -26,6 +26,8 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawable
AddNested(getVisualRepresentation?.Invoke(o));
}
protected override bool ProvidesJudgement => false;
protected override void AddNested(DrawableHitObject h)
{
var catchObject = (DrawableCatchHitObject)h;