Revert unintended changes

This commit is contained in:
smoogipoo
2020-09-29 16:39:29 +09:00
parent e789e06c86
commit 903bcd747e
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ namespace osu.Game.Rulesets.Catch.Judgements
{
public class CatchJudgement : Judgement
{
public override HitResult MaxResult => HitResult.Great;
public override HitResult MaxResult => HitResult.Perfect;
/// <summary>
/// Whether fruit on the platter should explode or drop.