mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 14:13:18 +08:00
Remove an unused local variable
This commit is contained in:
parent
bfb603cfeb
commit
3c37140426
@ -103,7 +103,6 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
|
||||
var easierMods = osu.GetModsFor(ModType.DifficultyReduction);
|
||||
var harderMods = osu.GetModsFor(ModType.DifficultyIncrease);
|
||||
var conversionMods = osu.GetModsFor(ModType.Conversion);
|
||||
|
||||
var noFailMod = osu.GetModsFor(ModType.DifficultyReduction).FirstOrDefault(m => m is OsuModNoFail);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user