mirror of
https://github.com/ppy/osu.git
synced 2025-03-18 06:27:18 +08:00
Add CheckBackground
to OsuBeatmapVerifier
This commit is contained in:
parent
60c2494b31
commit
304fe5cd34
@ -5,6 +5,7 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using osu.Game.Beatmaps;
|
||||
using osu.Game.Rulesets.Edit;
|
||||
using osu.Game.Rulesets.Edit.Checks;
|
||||
using osu.Game.Rulesets.Edit.Checks.Components;
|
||||
using osu.Game.Rulesets.Osu.Edit.Checks;
|
||||
|
||||
@ -14,6 +15,10 @@ namespace osu.Game.Rulesets.Osu.Edit
|
||||
{
|
||||
private readonly List<ICheck> checks = new List<ICheck>
|
||||
{
|
||||
// General checks
|
||||
new CheckBackground(),
|
||||
|
||||
// Ruleset-specific checks
|
||||
new CheckOffscreenObjects()
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user