Rename CheckUnsnaps -> CheckUnsnappedObjects

Will potentially have `CheckUnsnappedKiai` or similar later, so this is worth specifying.

Also consistent with `CheckConcurrentObjects`, which will likely have a `CheckConcurrentLines` later.
This commit is contained in:
Naxess
2021-04-26 20:32:44 +02:00
parent b9e4f73f78
commit ce258febf6
4 changed files with 10 additions and 10 deletions

View File

@ -25,7 +25,7 @@ namespace osu.Game.Rulesets.Edit
new CheckAudioQuality(),
// Compose
new CheckUnsnaps(),
new CheckUnsnappedObjects(),
new CheckConcurrentObjects()
};