Fix ordering of fruits to match stable

This commit is contained in:
Dean Herbert
2020-02-19 14:31:43 +09:00
parent 24e33abcbf
commit aeb45c8442
2 changed files with 4 additions and 4 deletions

View File

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