1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 09:32:55 +08:00

Change slider end miss colour to gray

This commit is contained in:
Dean Herbert 2024-01-25 16:31:33 +09:00
parent 088397b0c3
commit 8aea6e07c3
No known key found for this signature in database

View File

@ -77,7 +77,7 @@ namespace osu.Game.Graphics
{
case HitResult.IgnoreMiss:
case HitResult.SmallTickMiss:
return Orange1;
return Color4.Gray;
case HitResult.Miss:
case HitResult.LargeTickMiss: