Skip to content

Commit

Permalink
Fix max result
Browse files Browse the repository at this point in the history
  • Loading branch information
naoei committed Apr 3, 2020
1 parent 1ffaf9d commit 97afbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.tau/Judgements/TauJudgement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace osu.Game.Rulesets.Tau.Judgements
{
public class TauJudgement : Judgement
{
public override HitResult MaxResult => HitResult.Good;
public override HitResult MaxResult => HitResult.Great;

protected override int NumericResultFor(HitResult result)
{
Expand Down

0 comments on commit 97afbef

Please sign in to comment.