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, Pear,
Grape, Grape,
Raspberry,
Pineapple, Pineapple,
Raspberry,
Banana // banananananannaanana Banana // banananananannaanana
} }
} }