Fix incorrect ordering.

This commit is contained in:
Dean Herbert
2017-03-02 20:27:13 +09:00
parent 471b9daa93
commit 8bb4bea1a4
3 changed files with 3 additions and 3 deletions

View File

@ -37,8 +37,8 @@ namespace osu.Game.Modes.Catch
{
Mods = new Mod[]
{
new CatchModPerfect(),
new CatchModSuddenDeath(),
new CatchModPerfect(),
},
},
new MultiMod