1
0
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:
smoogipoo 2018-02-08 14:16:31 +09:00
parent 3d167c40ae
commit a6f1a4689e

View File

@ -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) },
};