Remove todo

Doesn't really matter in the end, as only one checker will run at a time in this case.
This commit is contained in:
Naxess 2021-04-10 13:05:24 +02:00
parent 6d3cf78e4a
commit c995eca029

View File

@ -21,7 +21,7 @@ namespace osu.Game.Screens.Edit.Verify
public class VerifyScreen : EditorScreen public class VerifyScreen : EditorScreen
{ {
private Ruleset ruleset; private Ruleset ruleset;
private static Checker checker; // TODO: Should not be static, but apparently needs to be? private static Checker checker;
[Cached] [Cached]
private Bindable<Issue> selectedIssue = new Bindable<Issue>(); private Bindable<Issue> selectedIssue = new Bindable<Issue>();