mirror of https://github.com/ppy/osu
Change category of unsnap check to timing
Makes more sense, as this is typically the result of timing changes.
This commit is contained in:
parent
9e49ecb573
commit
7a6e9e5070
|
@ -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[]
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue