mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 03:59:55 +08:00
Add CheckBackground to OsuBeatmapVerifier
This commit is contained in:
@@ -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()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user