mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 02:02:53 +08:00
Fix incorrect value copy-pasta
This commit is contained in:
parent
3d167c40ae
commit
a6f1a4689e
@ -16,7 +16,7 @@ namespace osu.Game.Rulesets.Objects
|
||||
{ HitResult.Great, (128, 98, 68 ) },
|
||||
{ HitResult.Good, (194, 164, 134) },
|
||||
{ HitResult.Ok, (254, 224, 194) },
|
||||
{ HitResult.Meh, (382, 272, 242) },
|
||||
{ HitResult.Meh, (302, 272, 242) },
|
||||
{ HitResult.Miss, (376, 346, 316) },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user