1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-16 00:52:55 +08:00

Fix ordering of fruits to match stable

This commit is contained in:
Dean Herbert 2020-02-19 14:31:43 +09:00
parent 1938dd04cf
commit dff218afd1

View File

@ -100,8 +100,8 @@ namespace osu.Game.Rulesets.Catch.Objects
{
Pear,
Grape,
Raspberry,
Pineapple,
Raspberry,
Banana // banananananannaanana
}
}