1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:27:29 +08:00

Use darker blue for SliderTailHit result

This commit is contained in:
Bartłomiej Dach 2024-01-14 09:24:50 +01:00
parent cfeab790b5
commit eecd868d66
No known key found for this signature in database

View File

@ -95,6 +95,7 @@ namespace osu.Game.Graphics
case HitResult.SmallTickHit:
case HitResult.LargeTickHit:
case HitResult.SliderTailHit:
case HitResult.Great:
return Blue;