mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Make osu/taiko/catch use Ok+Great
This commit is contained in:
@ -30,7 +30,7 @@ namespace osu.Game.Rulesets.Taiko.UI
|
||||
{
|
||||
switch (Result.Type)
|
||||
{
|
||||
case HitResult.Good:
|
||||
case HitResult.Ok:
|
||||
JudgementBody.Colour = colours.GreenLight;
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user