Adjust exceptions and fix capitalisation

This commit is contained in:
Dean Herbert
2020-04-28 11:08:19 +09:00
parent f387fe310f
commit 84641765c5
2 changed files with 5 additions and 4 deletions

View File

@ -56,7 +56,7 @@ namespace osu.Game.Rulesets.Taiko.UI
return TaikoSkinComponents.TaikoExplosionGreat;
}
throw new ArgumentException("Invalid result type", nameof(resultType));
throw new ArgumentOutOfRangeException(nameof(resultType), "Invalid result type");
}
protected override void LoadComplete()