Add negligible template to PossibleTemplates

This commit is contained in:
Naxess 2021-06-26 23:49:06 +02:00
parent 1913084342
commit d29e6f4695

View File

@ -38,6 +38,7 @@ namespace osu.Game.Rulesets.Edit.Checks
{ {
new IssueTemplateLongPeriodProblem(this), new IssueTemplateLongPeriodProblem(this),
new IssueTemplateLongPeriodWarning(this), new IssueTemplateLongPeriodWarning(this),
new IssueTemplateLongPeriodNegligible(this),
new IssueTemplateNoHitsounds(this) new IssueTemplateNoHitsounds(this)
}; };