Rename NoModMod

This commit is contained in:
Dean Herbert
2018-11-30 17:35:13 +09:00
parent aa7a665317
commit be37f3c328
3 changed files with 8 additions and 8 deletions

View File

@ -66,7 +66,7 @@ namespace osu.Game.Rulesets.Difficulty
{
case 0:
// Initial-case: Empty current set
yield return new NoModMod();
yield return new ModNoMod();
break;
case 1:
yield return currentSet.Single();