mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 00:53:19 +08:00
Add concurrent objects check to BeatmapVerifier
This commit is contained in:
parent
b8cdcf56c0
commit
b9e4f73f78
@ -25,7 +25,8 @@ namespace osu.Game.Rulesets.Edit
|
||||
new CheckAudioQuality(),
|
||||
|
||||
// Compose
|
||||
new CheckUnsnaps()
|
||||
new CheckUnsnaps(),
|
||||
new CheckConcurrentObjects()
|
||||
};
|
||||
|
||||
public IEnumerable<Issue> Run(IBeatmap playableBeatmap, WorkingBeatmap workingBeatmap)
|
||||
|
Loading…
Reference in New Issue
Block a user