mirror of
https://github.com/ppy/osu
synced 2025-02-25 23:21:26 +00:00
Use orange for non-combo-breaking miss
This commit is contained in:
parent
d2716d8557
commit
d1ba2a4a64
@ -75,10 +75,12 @@ namespace osu.Game.Graphics
|
|||||||
{
|
{
|
||||||
switch (result)
|
switch (result)
|
||||||
{
|
{
|
||||||
case HitResult.SmallTickMiss:
|
|
||||||
case HitResult.LargeTickMiss:
|
|
||||||
case HitResult.IgnoreMiss:
|
case HitResult.IgnoreMiss:
|
||||||
|
case HitResult.SmallTickMiss:
|
||||||
|
return Orange1;
|
||||||
|
|
||||||
case HitResult.Miss:
|
case HitResult.Miss:
|
||||||
|
case HitResult.LargeTickMiss:
|
||||||
case HitResult.ComboBreak:
|
case HitResult.ComboBreak:
|
||||||
return Red;
|
return Red;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user