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
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ public class CheckUnsnappedObjects : ICheck
{
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[]
{