mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 12:33:01 +08:00
Change slider end miss colour to gray
This commit is contained in:
parent
088397b0c3
commit
8aea6e07c3
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user