Merge remote-tracking branch 'origin/master' into mania-notes

This commit is contained in:
smoogipooo
2017-05-09 19:31:35 +09:00
22 changed files with 96 additions and 89 deletions

View File

@ -279,7 +279,7 @@ namespace osu.Game.Rulesets.UI
protected abstract Playfield<TObject, TJudgement> CreatePlayfield();
}
public class BeatmapInvalidForRulesetException : Exception
public class BeatmapInvalidForRulesetException : ArgumentException
{
public BeatmapInvalidForRulesetException(string text)
: base(text)