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:
Roxie Wattz
2021-10-25 00:25:32 -07:00
parent 81a49a8fd1
commit 7a92c7ab7e
2 changed files with 65 additions and 44 deletions

View File

@ -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
{