mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Move condition to separate switch statement
No clue if this is how peppy wanted me to do it but it still works
This commit is contained in:
@ -120,7 +120,7 @@ namespace osu.Game.Rulesets.Osu.Tests.Mods
|
||||
[Test]
|
||||
public void OuendanTwoHidden() => CreateModTest(new ModTestData
|
||||
{
|
||||
Mod = new OsuModHidden { NoHitCircles = { Value = true } },
|
||||
Mod = new OsuModHidden { OnlyFadeApproachCircles = { Value = true } },
|
||||
Autoplay = true,
|
||||
Beatmap = new Beatmap
|
||||
{
|
||||
|
Reference in New Issue
Block a user