mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Fix incorrect ordering.
This commit is contained in:
@ -37,8 +37,8 @@ namespace osu.Game.Modes.Catch
|
||||
{
|
||||
Mods = new Mod[]
|
||||
{
|
||||
new CatchModPerfect(),
|
||||
new CatchModSuddenDeath(),
|
||||
new CatchModPerfect(),
|
||||
},
|
||||
},
|
||||
new MultiMod
|
||||
|
Reference in New Issue
Block a user