1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 12:47:25 +08:00

Change category of unsnap check to timing

Makes more sense, as this is typically the result of timing changes.
This commit is contained in:
Naxess 2021-04-27 02:32:57 +02:00
parent 9e49ecb573
commit 7a6e9e5070

View File

@ -14,7 +14,7 @@ namespace osu.Game.Rulesets.Edit.Checks
{
public const double UNSNAP_MS_THRESHOLD = 2;
public CheckMetadata Metadata { get; } = new CheckMetadata(CheckCategory.Compose, "Unsnapped hitobjects");
public CheckMetadata Metadata { get; } = new CheckMetadata(CheckCategory.Timing, "Unsnapped hitobjects");
public IEnumerable<IssueTemplate> PossibleTemplates => new IssueTemplate[]
{